Merge pull request #4261 from sbwalker/dev

fix #4232 - Html/Text module not initializing content
This commit is contained in:
Shaun Walker 2024-05-16 15:39:30 -04:00 committed by GitHub
commit d10e31c278
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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