Skip to content

Commit f20d0ee

Browse files
committed
Attach scrolling handler to canvas_div
Conflicts: lib/matplotlib/backends/web_backend/mpl.js
1 parent e193570 commit f20d0ee

File tree

1 file changed

+0
-8
lines changed
  • lib/matplotlib/backends/web_backend

1 file changed

+0
-8
lines changed

lib/matplotlib/backends/web_backend/mpl.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -438,14 +438,6 @@ mpl.figure.prototype.mouse_event = function(event, name) {
438438
var x = canvas_pos.x;
439439
var y = canvas_pos.y;
440440

441-
<<<<<<< HEAD
442-
<<<<<<< HEAD
443-
=======
444-
console.log(name);
445-
446-
>>>>>>> b1331ff... Add scroll event handling to javascript
447-
=======
448-
>>>>>>> 6b3ae27... Remove debug print
449441
this.send_message(name, {x: x, y: y, button: event.button,
450442
step: event.step});
451443

0 commit comments

Comments
 (0)