diff --git a/src/component/overlay.vue b/src/component/overlay.vue index 6c6a0c3e..3c3f5f5c 100644 --- a/src/component/overlay.vue +++ b/src/component/overlay.vue @@ -263,7 +263,9 @@ onMouseMove(e: MouseEvent) { if (this.isControling) { this.sendMousePos(e) - } else if (this.inactiveCursors) { + } + + if (this.inactiveCursors) { this.saveInactiveMousePos(e) } }