improved rendering optimization
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
{
|
||||
try
|
||||
{
|
||||
if (PageState.RenderModuleInstance(ModuleState))
|
||||
if (ShouldRender())
|
||||
{
|
||||
var htmltext = await HtmlTextService.GetHtmlTextAsync(ModuleState.ModuleId);
|
||||
if (htmltext != null)
|
||||
|
Reference in New Issue
Block a user