Use upstreamed viewport serialisation (#3864)

This commit is contained in:
filtered
2025-05-13 05:33:10 +10:00
committed by GitHub
parent d9ab4270d1
commit 31be0a04f0
2 changed files with 7 additions and 27 deletions

View File

@@ -128,4 +128,10 @@ export const useLitegraphSettings = () => {
'LiteGraph.Pointer.TrackpadGestures'
)
})
watchEffect(() => {
LiteGraph.saveViewportWithGraph = settingStore.get(
'Comfy.EnableWorkflowViewRestore'
)
})
}