Emit event after applying viewport layout state

This commit is contained in:
2026-04-03 01:38:16 +02:00
parent 7ce72c95c1
commit 77d4b7fe08

View File

@@ -346,6 +346,7 @@ export class EditorStore {
if (draftResult.viewportLayoutState !== null) {
this.applyViewportLayoutState(draftResult.viewportLayoutState);
this.emit();
}
return draftResult;