fix #4232 - Html/Text module not initializing content
This commit is contained in:
parent
a54e6e7c4b
commit
fd641d77c7
|
@ -29,6 +29,7 @@
|
|||
{
|
||||
try
|
||||
{
|
||||
content = "";
|
||||
if (ShouldRender())
|
||||
{
|
||||
var htmltext = await HtmlTextService.GetHtmlTextAsync(ModuleState.ModuleId);
|
||||
|
|
Loading…
Reference in New Issue
Block a user