mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-03 04:00:31 +00:00
bugfix: pinned working
This commit is contained in:
@@ -5831,7 +5831,7 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
}
|
||||
|
||||
//left button mouse / single finger
|
||||
if (e.which == 1 && !this.pointer_is_double)
|
||||
if (e.which == 1 && !this.pointer_is_double && !node.flags.pinned)
|
||||
{
|
||||
if (e.ctrlKey)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user