Skip to content

Commit 67fc5d7

Browse files
committed
bugfix: pinned working
1 parent 7ab10b5 commit 67fc5d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/litegraph.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5831,7 +5831,7 @@ LGraphNode.prototype.executeAction = function(action)
58315831
}
58325832

58335833
//left button mouse / single finger
5834-
if (e.which == 1 && !this.pointer_is_double)
5834+
if (e.which == 1 && !this.pointer_is_double && !node.flags.pinned)
58355835
{
58365836
if (e.ctrlKey)
58375837
{

0 commit comments

Comments
 (0)