Properly updates the audit fields when in Rich Text mode.

This commit is contained in:
Michael Washington 2019-11-29 18:28:37 -08:00
parent 3b02a936bd
commit f29f710d92

View File

@ -110,6 +110,7 @@ else
if (RichTextEditorMode)
{
await RichTextEditorHtml.LoadContent(content);
StateHasChanged();
}
}
}