mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
Merge pull request #413 from Lerc/master
Middle mouse drag (even when over nodes)
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user