latest dev

This commit is contained in:
_Bastler
2021-11-24 16:29:14 +01:00
12 changed files with 140 additions and 144 deletions
-2
View File
@@ -9,9 +9,7 @@ export interface LayoutManagerAction {
userInputManager: UserInputManager | undefined;
}
function createLayoutManagerAction() {
const { subscribe, set, update } = writable<LayoutManagerAction[]>([]);
return {