feat: Introduce spatial workspace architecture design document, enhance layout store item synchronization, and prevent metadata fetch retries.

This commit is contained in:
2025-11-26 22:03:09 +01:00
parent e36732cc2d
commit 0c6504ef1c
3 changed files with 40 additions and 10 deletions
+6
View File
@@ -363,6 +363,12 @@ export class LayoutStore {
this.items.delete(id);
}
clear() {
this.items.clear();
this.zCounter = 100;
this.savedLayouts.clear();
}
setContainerSize(width: number, height: number) {
this.containerWidth = width;
this.containerHeight = height;