mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 07:10:52 +08:00
removed log
This commit is contained in:
parent
a6a930644d
commit
c6643e0814
@ -318,7 +318,6 @@ function onObjectInfo(json) {
|
||||
const canvas = graph.list_of_graphcanvas[0];
|
||||
const mouse = canvas.graph_mouse;
|
||||
if(!canvas.pointer_is_down && this.pointerDown) {
|
||||
console.log("up", ...mouse, "from", ...this.pointerDown.pos)
|
||||
if(mouse[0] === this.pointerDown.pos[0] && mouse[1] === this.pointerDown.pos[1]) {
|
||||
this.imageIndex = this.pointerDown.index;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user