diff --git a/js/ui/overviewControls.js b/js/ui/overviewControls.js index 39ddc78f6..df4d637af 100644 --- a/js/ui/overviewControls.js +++ b/js/ui/overviewControls.js @@ -144,6 +144,9 @@ const SlidingControl = new Lang.Class({ translationEnd = translation; } + if (this.actor.translation_x == translationEnd) + return; + this.actor.translation_x = translationStart; Tweener.addTween(this.actor, { translation_x: translationEnd, time: SIDE_CONTROLS_ANIMATION_TIME,