diff --git a/build/litegraph.core.js b/build/litegraph.core.js index 736c69984e..1db5ca6992 100755 --- a/build/litegraph.core.js +++ b/build/litegraph.core.js @@ -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) {