mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +00:00
Merge branch 'main' into drjkl/others-call-it-a-garage-sale
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@comfyorg/comfyui-frontend",
|
"name": "@comfyorg/comfyui-frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.38.5",
|
"version": "1.38.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
|
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
|
||||||
"homepage": "https://comfy.org",
|
"homepage": "https://comfy.org",
|
||||||
|
|||||||
@@ -3187,7 +3187,9 @@ export class LGraphCanvas implements CustomEventDispatcher<LGraphCanvasEventMap>
|
|||||||
}
|
}
|
||||||
|
|
||||||
// get node over
|
// get node over
|
||||||
const node = graph.getNodeOnPos(x, y, this.visible_nodes)
|
const node = LiteGraph.vueNodesMode
|
||||||
|
? null
|
||||||
|
: graph.getNodeOnPos(x, y, this.visible_nodes)
|
||||||
|
|
||||||
const dragRect = this.dragging_rectangle
|
const dragRect = this.dragging_rectangle
|
||||||
if (dragRect) {
|
if (dragRect) {
|
||||||
|
|||||||
Reference in New Issue
Block a user