Tha gallery widget

This commit is contained in:
space-nuko
2023-04-07 12:13:03 -05:00
parent eed4e29004
commit f40e46d0c2
18 changed files with 246 additions and 40 deletions

View File

@@ -52,6 +52,10 @@
let graphResizeTimer: typeof Timer = -1;
function doAutosave(graph: LGraph): void {
// We will merge in the state of the frontend instead of what's inside the
// LGraph structure.
const frontendState = get(widgetState);
const serializedGraph = graph.serialize()
const serializedPaneOrder = uiPane.serialize()