mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +00:00
@@ -182,8 +182,10 @@ watchEffect(() => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
watchEffect(() => {
|
watchEffect(() => {
|
||||||
comfyApp.graph.config.alwaysSnapToGrid =
|
if (comfyApp.graph?.config) {
|
||||||
settingStore.get('pysssss.SnapToGrid')
|
comfyApp.graph.config.alwaysSnapToGrid =
|
||||||
|
settingStore.get('pysssss.SnapToGrid')
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
watchEffect(() => {
|
watchEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user