refactor: rename unpatched event flag in Zone from BLACK_LISTED_EVENTS
to UNPATCHED_EVENTS
(#29617)
Closes #28529 PR Close #29617
This commit is contained in:
@ -6,4 +6,4 @@
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
|
||||
Zone[Zone.__symbol__('BLACK_LISTED_EVENTS')] = ['scroll'];
|
||||
Zone[Zone.__symbol__('UNPATCHED_EVENTS')] = ['scroll'];
|
||||
|
Reference in New Issue
Block a user