diff --git a/src/component/cursors.vue b/src/component/cursors.vue index 144f3d68..8b4f801b 100644 --- a/src/component/cursors.vue +++ b/src/component/cursors.vue @@ -72,6 +72,7 @@ onCanvasSizeChange({ width, height }: Dimension) { this._overlay.width = width * CANVAS_SCALE this._overlay.height = height * CANVAS_SCALE + this.canvasUpdateCursors() } // start as undefined to prevent jumping