Merge branch 'dev' into new-onboarding

This commit is contained in:
mr. m
2025-02-14 11:48:46 +01:00
committed by GitHub
11 changed files with 118 additions and 100 deletions

View File

@@ -87,7 +87,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