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 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| dispatcher_test.ts | ||
| event_dispatcher_test.ts | ||
| event_test.ts | ||
| eventcontract_test.ts | ||
| html.ts | ||