Widget instead of node arrangement
This commit is contained in:
@@ -10,7 +10,12 @@ export type UIState = {
|
||||
}
|
||||
|
||||
export type WritableUIStateStore = Writable<UIState>;
|
||||
const store: WritableUIStateStore = writable({ unlocked: false, graphLocked: true, nodesLocked:false })
|
||||
const store: WritableUIStateStore = writable(
|
||||
{
|
||||
graphLocked: true,
|
||||
nodesLocked: false,
|
||||
unlocked: true,
|
||||
})
|
||||
|
||||
const uiStateStore: WritableUIStateStore =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user