Skip to content

Commit 98d6390

Browse files
authored
feat: Reduce scroll threshold for workspace change, c=workspaces
Signed-off-by: mr. m <[email protected]>
1 parent aa06744 commit 98d6390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zen/workspaces/ZenWorkspaces.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
597597
const toolbox = gNavToolbox;
598598

599599
const scrollCooldown = 200; // Milliseconds to wait before allowing another scroll
600-
const scrollThreshold = 2; // Minimum scroll delta to trigger workspace change
600+
const scrollThreshold = 1; // Minimum scroll delta to trigger workspace change
601601

602602
toolbox.addEventListener(
603603
'wheel',

0 commit comments

Comments
 (0)