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 06e217c commit e73ab94Copy full SHA for e73ab94
matplotlib_pyodide/browser_backend.py
@@ -164,7 +164,8 @@ def ignore(event):
164
rubberband.setAttribute("tabindex", "0")
165
# Event handlers are added to the canvas "on top", even though most of
166
# the activity happens in the canvas below.
167
- # Temporarily disable event listeners for rubberband canvas
+ # TODO: with 0.2.3, we temporarily disable event listeners for the rubberband canvas.
168
+ # This shall be revisited in a future release.
169
# add_event_listener(rubberband, "mousemove", self.onmousemove)
170
# add_event_listener(rubberband, "mouseup", self.onmouseup)
171
# add_event_listener(rubberband, "mousedown", self.onmousedown)
0 commit comments