mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
Fixed vertical tabs very buggy/slow to scroll up/down with laptop touchpad (closes #1340)
This commit is contained in:
@@ -30,6 +30,9 @@ var ZenStartup = {
|
|||||||
document.getElementById("zen-appcontent-navbar-container")
|
document.getElementById("zen-appcontent-navbar-container")
|
||||||
.appendChild(document.getElementById("tab-notification-deck-template"));
|
.appendChild(document.getElementById("tab-notification-deck-template"));
|
||||||
|
|
||||||
|
// Disable smooth scroll
|
||||||
|
gBrowser.tabContainer.arrowScrollbox.smoothScroll = false;
|
||||||
|
|
||||||
gZenVerticalTabsManager.init();
|
gZenVerticalTabsManager.init();
|
||||||
gZenCompactModeManager.init();
|
gZenCompactModeManager.init();
|
||||||
gZenKeyboardShortcuts.init();
|
gZenKeyboardShortcuts.init();
|
||||||
|
Reference in New Issue
Block a user