mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-18 02:24:22 +00:00
Merge pull request #3819 from sbwalker/dev
ensure script resources are loaded before rendering ThemeBuilder
This commit is contained in:
commit
739bc361bd
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
DynamicComponent = builder =>
|
DynamicComponent = builder =>
|
||||||
{
|
{
|
||||||
if (PageState != null)
|
if (PageState != null && !PageState.Refresh)
|
||||||
{
|
{
|
||||||
builder.OpenComponent(0, typeof(ThemeBuilder));
|
builder.OpenComponent(0, typeof(ThemeBuilder));
|
||||||
builder.CloseComponent();
|
builder.CloseComponent();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user