mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 22:59:14 +00:00
Fix always snap to grid (#1604)
This commit is contained in:
@@ -182,9 +182,9 @@ watchEffect(() => {
|
||||
})
|
||||
|
||||
watchEffect(() => {
|
||||
const alwaysSnapToGrid = settingStore.get('pysssss.SnapToGrid')
|
||||
if (comfyApp.graph?.config) {
|
||||
comfyApp.graph.config.alwaysSnapToGrid =
|
||||
settingStore.get('pysssss.SnapToGrid')
|
||||
comfyApp.graph.config.alwaysSnapToGrid = alwaysSnapToGrid
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user