diff --git a/public/js/components/Drop/Grid.js b/public/js/components/Drop/Grid.js index 32918572f..cb622dcfc 100644 --- a/public/js/components/Drop/Grid.js +++ b/public/js/components/Drop/Grid.js @@ -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() {