move check into updateCursor block, it only needs to check if the hovered tile changes

This commit is contained in:
chfhtw
2026-04-17 11:41:31 +02:00
parent 6787b9b553
commit 131edf1293
+1 -2
View File
@@ -414,8 +414,6 @@ export default {
if (!this.active)
return this.dragCancel();
this.checkPinnedWidgetAnimation();
if (this.updateCursor(evt)) {
switch(this.mode) {
case MODE_MOVE: {
@@ -457,6 +455,7 @@ export default {
break;
}
}
this.checkPinnedWidgetAnimation();
}
},
removeWidgetClones() {