mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 22:04:58 +00:00
* DEV: Don't listen for deprecated events https://developer.mozilla.org/en-US/docs/Web/API/Element/DOMMouseScroll_event https://developer.mozilla.org/en-US/docs/Web/API/Element/mousewheel_event * DEV: Listen only on the `body` element * DEV: clearLock after a while if target is missing * DEV: Bind the callback * FIX: Use `requestAnimationFrame` Prevents content jumps