mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-04 00:46:35 +00:00
Enhance tab management by updating the toolbar on tab close and adjusting overflow behavior for the tab browser
This commit is contained in:
@@ -22,6 +22,8 @@ var gZenUIManager = {
|
||||
this.sidebarHeightThrottle
|
||||
)
|
||||
).observe(document.getElementById('navigator-toolbox'));
|
||||
|
||||
window.addEventListener('TabClose', this.updateTabsToolbar.bind(this));
|
||||
},
|
||||
|
||||
updateTabsToolbar() {
|
||||
|
Reference in New Issue
Block a user