pythongosssss / ComfyUI-Custom-Scripts

Enhancements & experiments for ComfyUI, mostly focusing on UI features
MIT License
1.86k stars 144 forks source link

Fix snap guide enable condition #379

Closed huchenlei closed 4 weeks ago

huchenlei commented 4 weeks ago

Related issue: https://github.com/Comfy-Org/ComfyUI_frontend/issues/1181#issuecomment-2433369678

Follow-up of https://github.com/pythongosssss/ComfyUI-Custom-Scripts/pull/370

Previously app.shiftDown directly determines whether snapToGrid is enabled or not, but now it also depends on whether always snap to grid setting is enabled. This PR fixes the enable condition.