mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
For scroll-blocking events like 'touchstart', 'touchmove', 'wheel' and 'mousewheel', if passive option is not specified when adding the event listener, browser may give a violation warning. This PR allows us to set the passive option when calling event lib's addEvent(). PR Close #58316 |
||
|---|---|---|
| .. | ||
| animations | ||
| common | ||
| compiler-cli | ||
| core | ||
| elements | ||
| forms | ||
| localize | ||
| platform-browser | ||
| platform-browser-dynamic | ||
| platform-server | ||
| router | ||
| service-worker | ||
| upgrade | ||
| manage.js | ||