mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-10 18:15:30 +02:00
Fixed vertical tabs very buggy/slow to scroll up/down with laptop touchpad (closes #1340)
This commit is contained in:
parent
00d74ae459
commit
40949076d6
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ var ZenStartup = {
|
|||
document.getElementById("zen-appcontent-navbar-container")
|
||||
.appendChild(document.getElementById("tab-notification-deck-template"));
|
||||
|
||||
// Disable smooth scroll
|
||||
gBrowser.tabContainer.arrowScrollbox.smoothScroll = false;
|
||||
|
||||
gZenVerticalTabsManager.init();
|
||||
gZenCompactModeManager.init();
|
||||
gZenKeyboardShortcuts.init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue