diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index 82a62588e..2c9e867db 100644 --- a/js/ui/workspacesView.js +++ b/js/ui/workspacesView.js @@ -183,7 +183,6 @@ GenericWorkspacesView.prototype = { let activeWorkspaceIndex = global.screen.get_active_workspace_index(); let activeWorkspace = this._workspaces[activeWorkspaceIndex]; - this._positionWorkspaces(); activeWorkspace.actor.raise_top(); for (let w = 0; w < this._workspaces.length; w++)