Enhance tab management by updating the toolbar on tab close and adjusting overflow behavior for the tab browser

This commit is contained in:
mr. M
2025-01-27 01:23:01 +01:00
parent 9203918788
commit d4dd298ef8
3 changed files with 13 additions and 12 deletions

View File

@@ -22,6 +22,8 @@ var gZenUIManager = {
this.sidebarHeightThrottle
)
).observe(document.getElementById('navigator-toolbox'));
window.addEventListener('TabClose', this.updateTabsToolbar.bind(this));
},
updateTabsToolbar() {