fix: Fixed selecting tab not scrolling, b=(no-bug), c=tabs, workspaces

This commit is contained in:
Mr. M
2025-05-18 23:12:23 +02:00
parent 76c22cc896
commit d908700a9c
3 changed files with 9 additions and 6 deletions

View File

@@ -2392,6 +2392,8 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature {
// Recalculate new tab observers
gBrowser.tabContainer.observe(null, 'nsPref:changed', 'privacy.userContext.enabled');
gBrowser.tabContainer.arrowScrollbox = this.activeScrollbox;
// Update workspace UI
await this._updateWorkspacesChangeContextMenu();
// gZenUIManager.updateTabsToolbar();