mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-20 21:49:27 +00:00
move check into updateCursor block, it only needs to check if the hovered tile changes
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user