gh-12816: Fixed not being able to switch spaces anymore (gh-12849)

This commit is contained in:
mr. m
2026-03-20 13:56:40 +01:00
committed by GitHub
parent 20ea551c9b
commit 6703a31001

View File

@@ -638,7 +638,7 @@ class nsZenWorkspaces {
this.#lastScrollTime = currentTime;
},
{ passive: true }
{ passive: true, capture: true }
);
}