Merge pull request #413 from Lerc/master

Middle mouse drag (even when over nodes)
This commit is contained in:
Javi Agenjo
2023-08-17 12:01:43 +02:00
committed by GitHub

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) {