mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 21:34:50 +00:00
We do call `event.preventDefault()` on these events. They're limited to a single element, so performance impact should be negligable. Adding `passive: false` prevents the chrome dev tools warning.