Started working on new workspaec layout

This commit is contained in:
mr. m
2025-02-11 16:35:06 +01:00
parent 48badb83cf
commit 6f612d62cf
4 changed files with 109 additions and 47 deletions

View File

@@ -149,11 +149,7 @@ var gZenUIManager = {
},
get newtabButton() {
if (this._newtabButton) {
return this._newtabButton;
}
this._newtabButton = document.getElementById('tabs-newtab-button');
return this._newtabButton;
return ZenWorkspaces.activeWorkspaceStrip.querySelector('#tabs-newtab-button');
},
_prevUrlbarLabel: null,