2 writes to _htmlChanged
Aspire.Dashboard (2)
Components\Controls\MarkdownRenderer.razor.cs (2)
39
_htmlChanged
= true;
54
_htmlChanged
= false;
1 reference to _htmlChanged
Aspire.Dashboard (1)
Components\Controls\MarkdownRenderer.razor.cs (1)
52
if (
_htmlChanged
&& !string.IsNullOrWhiteSpace(_html.Value))