mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 03:41:51 +00:00
gh-12816: Fixed not being able to switch spaces anymore (gh-12849)
This commit is contained in:
@@ -638,7 +638,7 @@ class nsZenWorkspaces {
|
||||
|
||||
this.#lastScrollTime = currentTime;
|
||||
},
|
||||
{ passive: true }
|
||||
{ passive: true, capture: true }
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user