From fd641d77c70d452ce775f7e2a8cfccc8cb80fa10 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Thu, 16 May 2024 15:39:17 -0400 Subject: [PATCH] fix #4232 - Html/Text module not initializing content --- Oqtane.Client/Modules/HtmlText/Index.razor | 1 + 1 file changed, 1 insertion(+) diff --git a/Oqtane.Client/Modules/HtmlText/Index.razor b/Oqtane.Client/Modules/HtmlText/Index.razor index ed45443b..cc37a258 100644 --- a/Oqtane.Client/Modules/HtmlText/Index.razor +++ b/Oqtane.Client/Modules/HtmlText/Index.razor @@ -29,6 +29,7 @@ { try { + content = ""; if (ShouldRender()) { var htmltext = await HtmlTextService.GetHtmlTextAsync(ModuleState.ModuleId);