Skip to content

Commit 171e545

Browse files
author
hshristov
committed
isLoaded is set before calling applyStyleFromScope
1 parent 1c7c481 commit 171e545

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ui/core/view-common.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,11 +549,9 @@ export class View extends proxy.ProxyObject implements definition.View {
549549
}
550550

551551
public onLoaded() {
552+
this._isLoaded = true;
552553
this._loadEachChildView();
553-
554554
this._applyStyleFromScope();
555-
556-
this._isLoaded = true;
557555
this._emit("loaded");
558556
}
559557

0 commit comments

Comments
 (0)