1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-10 05:35:29 +02:00

Rename 'zen-browser-tabs-wrapper' to 'zen-tabs-wrapper' across multiple files for consistency

This commit is contained in:
mr. M 2025-02-14 11:38:00 +01:00
parent 46ff0020bb
commit c27a26eee4
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
8 changed files with 13 additions and 13 deletions

View file

@ -1673,10 +1673,10 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
gZenThemePicker.onWorkspaceChange(window);
document.getElementById('zen-browser-tabs-wrapper').style.scrollbarWidth = 'none';
document.getElementById('zen-tabs-wrapper').style.scrollbarWidth = 'none';
await this._animateTabs(window, !onInit && !this._animatingChange, tabToSelect);
await this._organizeWorkspaceStripLocations(window, true);
document.getElementById('zen-browser-tabs-wrapper').style.scrollbarWidth = '';
document.getElementById('zen-tabs-wrapper').style.scrollbarWidth = '';
// Notify listeners
if (this._changeListeners?.length) {