We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed51fb commit 890cc67Copy full SHA for 890cc67
lib/matplotlib/backends/web_backend/mpl.js
@@ -143,7 +143,6 @@ mpl.figure.prototype._init_canvas = function() {
143
// Throttle sequential mouse events to 1 every 20ms.
144
rubberband.mousemove('motion_notify', mouse_event_fn);
145
146
-
147
rubberband.mouseenter('figure_enter', mouse_event_fn);
148
rubberband.mouseleave('figure_leave', mouse_event_fn);
149
0 commit comments