We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e9518f + 9b24af3 commit 21bdba6Copy full SHA for 21bdba6
1 file changed
src/litegraph.js
@@ -6226,7 +6226,11 @@ LGraphNode.prototype.executeAction = function(action)
6226
}
6227
6228
6229
- }
+ } else if (!skip_action && this.allow_dragcanvas) {
6230
+ //console.log("pointerevents: dragging_canvas start from middle button");
6231
+ this.dragging_canvas = true;
6232
+ }
6233
+
6234
6235
} else if (e.which == 3 || this.pointer_is_double) {
6236
0 commit comments