diff --git a/src/component/overlay.vue b/src/component/overlay.vue index 04675565..7c428574 100644 --- a/src/component/overlay.vue +++ b/src/component/overlay.vue @@ -280,14 +280,7 @@ @Watch('cursorTag') onCursorTagChange() { - this.canvasRedraw() - } - - @Watch('screenSize') - onScreenSizeChange() { - if (this.isControling) { - this.canvasClear() - } else { + if (!this.isControling) { this.canvasRedraw() } }