ensure script resources are loaded before rendering ThemeBuilder
This commit is contained in:
parent
04da989108
commit
100fc20928
|
@ -50,7 +50,7 @@
|
|||
|
||||
DynamicComponent = builder =>
|
||||
{
|
||||
if (PageState != null)
|
||||
if (PageState != null && !PageState.Refresh)
|
||||
{
|
||||
builder.OpenComponent(0, typeof(ThemeBuilder));
|
||||
builder.CloseComponent();
|
||||
|
|
Loading…
Reference in New Issue
Block a user