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
8 changed files with 13 additions and 13 deletions

View File

@@ -85,7 +85,7 @@
_initSidebarScrolling() {
// Disable smooth scroll
const canSmoothScroll = Services.prefs.getBoolPref('zen.startup.smooth-scroll-in-tabs', false);
const tabsWrapper = document.getElementById('zen-browser-tabs-wrapper');
const tabsWrapper = document.getElementById('zen-tabs-wrapper');
gBrowser.tabContainer.addEventListener('wheel', (event) => {
if (canSmoothScroll) return;
event.preventDefault(); // Prevent the smooth scroll behavior