Skip to content

Commit 594a2e8

Browse files
committed
Remove deadcode
Signed-off-by: martinRenou <[email protected]>
1 parent d02d4de commit 594a2e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

js/src/mpl_widget.js

-4
Original file line numberDiff line numberDiff line change
@@ -487,10 +487,6 @@ var MPLCanvasView = widgets.DOMWidgetView.extend({
487487
}
488488
}
489489

490-
if (name === 'button_release') {
491-
that.resizing = false;
492-
}
493-
494490
if (name === 'motion_notify') {
495491
// If the mouse is on the handle, change the cursor style
496492
if (canvas_pos.x >= that.top_canvas.width - that.resize_handle_size &&

0 commit comments

Comments
 (0)