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