sync adjustment to current active workspace

In case the workspace context has changed
This commit is contained in:
Bruce Leidl 2024-05-06 18:28:49 -04:00
parent 5b10aedeed
commit fdacdf5cc8

View File

@ -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();
}