We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e326d41 commit 8de986bCopy full SHA for 8de986b
src/ui-scripts/zoomer/zoomer.js
@@ -128,7 +128,6 @@ var ZoomerPrototype = function()
128
this._overlay_right = this._to_right_x(mouse_x);
129
this._mouse_drag_start_x = mouse_x;
130
event.preventDefault();
131
- // TODO: need to remove e.g. mousehweel event handlers here
132
};
133
134
this._zoomer_ele_onmousemove = function(event)
0 commit comments