diff --git a/js/ui/overviewControls.js b/js/ui/overviewControls.js index e37ee703f..9fe1dfd2b 100644 --- a/js/ui/overviewControls.js +++ b/js/ui/overviewControls.js @@ -217,7 +217,6 @@ const SlidingControl = new Lang.Class({ slideIn: function() { this._visible = true; - this._updateTranslation(); // we will update slideX and the translation from pageEmpty },