feat: Introduce spatial workspace architecture design document, enhance layout store item synchronization, and prevent metadata fetch retries.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user