We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376f643 commit fd5e861Copy full SHA for fd5e861
src/litegraph.js
@@ -7481,8 +7481,8 @@ LGraphNode.prototype.executeAction = function(action)
7481
clientY_rel = e.clientY;
7482
}
7483
7484
- e.deltaX = clientX_rel - this.last_mouse_position[0];
7485
- e.deltaY = clientY_rel- this.last_mouse_position[1];
+ // e.deltaX = clientX_rel - this.last_mouse_position[0];
+ // e.deltaY = clientY_rel- this.last_mouse_position[1];
7486
7487
this.last_mouse_position[0] = clientX_rel;
7488
this.last_mouse_position[1] = clientY_rel;
0 commit comments