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 21a1c8d commit 2587a09Copy full SHA for 2587a09
src/mpl_widget.ts
@@ -509,6 +509,7 @@ export class MPLCanvasView extends DOMWidgetView {
509
top_canvas.style.top = '0';
510
top_canvas.style.zIndex = '1';
511
512
+ top_canvas.addEventListener('dblclick', this.mouse_event('dblclick'));
513
top_canvas.addEventListener(
514
'mousedown',
515
this.mouse_event('button_press')
0 commit comments