forked from ZenBrowserMirrors/zen-desktop
Refactor sidebar scrolling logic and improve tab height calculations for better UI performance
This commit is contained in:
parent
3931f8195b
commit
b9ae18a0ca
7 changed files with 52 additions and 35 deletions
|
@ -1,5 +1,5 @@
|
|||
diff --git a/toolkit/content/widgets/arrowscrollbox.js b/toolkit/content/widgets/arrowscrollbox.js
|
||||
index 328c770d275ebbaada8a44438eaf738b1a62d985..1724b7bdba5ed3a82643e07cc3571040ddcf4911 100644
|
||||
index 328c770d275ebbaada8a44438eaf738b1a62d985..01256a9b4510b27e180e8b11f1436621ad3e45b5 100644
|
||||
--- a/toolkit/content/widgets/arrowscrollbox.js
|
||||
+++ b/toolkit/content/widgets/arrowscrollbox.js
|
||||
@@ -639,7 +639,7 @@
|
||||
|
@ -7,7 +7,7 @@ index 328c770d275ebbaada8a44438eaf738b1a62d985..1724b7bdba5ed3a82643e07cc3571040
|
|||
on_wheel(event) {
|
||||
// Don't consume the event if we can't scroll.
|
||||
- if (!this.overflowing) {
|
||||
+ if (!this.overflowing || false) { // we handle this on ZenStartup
|
||||
+ if (!this.overflowing || true) { // we handle this on ZenStartup
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue