fix #4232 - Html/Text module not initializing content

This commit is contained in:
sbwalker 2024-05-16 15:39:17 -04:00
parent a54e6e7c4b
commit fd641d77c7

View File

@ -29,6 +29,7 @@
{
try
{
content = "";
if (ShouldRender())
{
var htmltext = await HtmlTextService.GetHtmlTextAsync(ModuleState.ModuleId);