Skip to content

Commit

Permalink
Merge pull request #4261 from sbwalker/dev
Browse files Browse the repository at this point in the history
fix #4232 - Html/Text module not initializing content
  • Loading branch information
sbwalker authored May 16, 2024
2 parents 2aa9710 + fd641d7 commit d10e31c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Oqtane.Client/Modules/HtmlText/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
{
try
{
content = "";
if (ShouldRender())
{
var htmltext = await HtmlTextService.GetHtmlTextAsync(ModuleState.ModuleId);
Expand Down

0 comments on commit d10e31c

Please sign in to comment.