Emit event after applying viewport layout state
This commit is contained in:
@@ -346,6 +346,7 @@ export class EditorStore {
|
||||
|
||||
if (draftResult.viewportLayoutState !== null) {
|
||||
this.applyViewportLayoutState(draftResult.viewportLayoutState);
|
||||
this.emit();
|
||||
}
|
||||
|
||||
return draftResult;
|
||||
|
||||
Reference in New Issue
Block a user