canvas remove screenSize event.

This commit is contained in:
Miroslav Šedivý 2021-02-21 12:36:02 +01:00
parent 1967027d29
commit ffd567698a

View File

@ -280,14 +280,7 @@
@Watch('cursorTag')
onCursorTagChange() {
this.canvasRedraw()
}
@Watch('screenSize')
onScreenSizeChange() {
if (this.isControling) {
this.canvasClear()
} else {
if (!this.isControling) {
this.canvasRedraw()
}
}