We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2970a82 + 51df6ed commit 0a4bd19Copy full SHA for 0a4bd19
1 file changed
build/litegraph.core.js
@@ -6018,6 +6018,11 @@ LGraphNode.prototype.executeAction = function(action)
6018
//it wasn't clicked on the links boxes
6019
if (!skip_action) {
6020
var block_drag_node = false;
6021
+
6022
+ if(node && node.flags && node.flags.pinned) {
6023
+ block_drag_node = true;
6024
+ }
6025
6026
var pos = [e.canvasX - node.pos[0], e.canvasY - node.pos[1]];
6027
6028
//widgets
0 commit comments