diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index c849df82d..48dcfe7bf 100644 --- a/js/ui/workspacesView.js +++ b/js/ui/workspacesView.js @@ -515,6 +515,9 @@ class WorkspacesView extends WorkspacesViewBase { this._workspaces.splice(j, 1); } + this._scrollAdjustment.value = + workspaceManager.get_active_workspace_index(); + this._updateWorkspacesState(); this._updateVisibility(); }