mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 11:57:24 +08: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