We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fc5d7 commit fd104e9Copy full SHA for fd104e9
1 file changed
build/litegraph.core.js
@@ -5831,7 +5831,7 @@ LGraphNode.prototype.executeAction = function(action)
5831
}
5832
5833
//left button mouse / single finger
5834
- if (e.which == 1 && !this.pointer_is_double && !node.flags.pinned)
+ if (e.which == 1 && !this.pointer_is_double && (!node || !node.flags || !node.flags.pinned))
5835
{
5836
if (e.ctrlKey)
5837
0 commit comments