improved rendering optimization
This commit is contained in:
@ -113,6 +113,11 @@ namespace Oqtane.Modules
|
||||
}
|
||||
}
|
||||
|
||||
protected override bool ShouldRender()
|
||||
{
|
||||
return PageState.RenderId == ModuleState.RenderId;
|
||||
}
|
||||
|
||||
// path method
|
||||
|
||||
public string ModulePath()
|
||||
|
Reference in New Issue
Block a user