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 d02d4de commit 594a2e8Copy full SHA for 594a2e8
js/src/mpl_widget.js
@@ -487,10 +487,6 @@ var MPLCanvasView = widgets.DOMWidgetView.extend({
487
}
488
489
490
- if (name === 'button_release') {
491
- that.resizing = false;
492
- }
493
-
494
if (name === 'motion_notify') {
495
// If the mouse is on the handle, change the cursor style
496
if (canvas_pos.x >= that.top_canvas.width - that.resize_handle_size &&
0 commit comments