mousewheel
event with wheel
event (#32980)
This commit replaces the non-standard, depecated [mousewheel][1] event (which is not supported in Firefox and possibly other browsers too) with the standard [wheel][2] event, which works on all supported browsers according to [MDN's compatibility table][3]. I manually tested it in Chrome, Firefox, Edge and IE11. [1]: https://developer.mozilla.org/en-US/docs/Web/API/Element/mousewheel_event [2]: https://developer.mozilla.org/en-US/docs/Web/API/Element/wheel_event [3]: https://developer.mozilla.org/en-US/docs/Web/API/Element/wheel_event#Browser_compatibility PR Close #32980
…
Angular
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Languages
TypeScript
68.6%
HTML
12.8%
JavaScript
8.4%
Pug
7%
Starlark
1.4%
Other
1.7%