Middle mouse drag (even when over nodes) when middle_click_slot_add_default_node is false

This commit is contained in:
Neil Graham
2023-08-17 17:42:39 +12:00
parent 7e9518fd7e
commit 9b24af3b65

View File

@@ -6226,7 +6226,11 @@ LGraphNode.prototype.executeAction = function(action)
}
}
}
}
} else if (!skip_action && this.allow_dragcanvas) {
//console.log("pointerevents: dragging_canvas start from middle button");
this.dragging_canvas = true;
}
} else if (e.which == 3 || this.pointer_is_double) {