Unverified Commit 4329681c authored by pythongosssss's avatar pythongosssss Committed by GitHub
Browse files

removed log

parent 5bb0a791
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment