Bind widget values to special widget nodes
This commit is contained in:
@@ -14,7 +14,8 @@ export type UIState = {
|
||||
export type WritableUIStateStore = Writable<UIState>;
|
||||
const store: WritableUIStateStore = writable(
|
||||
{
|
||||
graphLocked: true,
|
||||
app: null,
|
||||
graphLocked: false,
|
||||
nodesLocked: false,
|
||||
uiEditMode: "disabled",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user