bugfix: pinned working

This commit is contained in:
Dr.Lt.Data
2023-05-12 16:40:25 +09:00
parent 7ab10b5c10
commit 67fc5d79c5

View File

@@ -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)
{