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.
2 parents 5a0bd6f + 1e110c9 commit 01511c1Copy full SHA for 01511c1
package.json
@@ -77,7 +77,7 @@
77
"ts-jest": "^26.0.0",
78
"ts-loader": "^8.0.0",
79
"typescript": "~4.1.3",
80
- "webpack": "^5.0.0",
+ "webpack": "^5.61.0",
81
"webpack-cli": "^4.0.0"
82
},
83
"dependencies": {
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