Autogenerate layout from graph

This commit is contained in:
space-nuko
2023-04-29 11:42:16 -07:00
parent 52fb1d7001
commit f62fa69122
5 changed files with 290 additions and 112 deletions

View File

@@ -14,7 +14,7 @@ const store: WritableUIStateStore = writable(
{
graphLocked: true,
nodesLocked: false,
unlocked: true,
unlocked: false,
})
const uiStateStore: WritableUIStateStore =