mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 22:04:58 +00:00
These were set to `passive: true` in ff72522f. However, two consumers of this mixin (topic-navigation and site-header) do need to call `e.preventDefault()`, so we can't use passive listeners here. That's ok, because this mixin only applies to a specific component's element, not the entire page. So having these non-passive listeners doesn't affect the vast majority of scrolling