vim-web 0.3.44-dev.40 → 0.3.44-dev.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vim-web.js
CHANGED
|
@@ -56558,7 +56558,7 @@ class MouseHandler extends InputHandler {
|
|
|
56558
56558
|
this._capture = new CaptureStateMachine(canvas);
|
|
56559
56559
|
this._dragHandler = new DragHandler(canvas, (delta, button) => this.onDrag(delta, button));
|
|
56560
56560
|
}
|
|
56561
|
-
|
|
56561
|
+
addListeners() {
|
|
56562
56562
|
this.reg(this._canvas, "pointerdown", (e) => {
|
|
56563
56563
|
this.onPointerDown(e);
|
|
56564
56564
|
});
|