revert: feat: add a flag in bootstrap to enable coalesce event change detection to improve performance (#30533) (#33230)
This reverts commit 21c1e14385
.
PR Close #33230
This commit is contained in:
@ -175,7 +175,7 @@ export function stringifyElement(el: any /** TODO #9100 */): string {
|
||||
}
|
||||
|
||||
export function createNgZone(): NgZone {
|
||||
return new NgZone({enableLongStackTrace: true, shouldCoalesceEventChangeDetection: false});
|
||||
return new NgZone({enableLongStackTrace: true});
|
||||
}
|
||||
|
||||
export function isCommentNode(node: Node): boolean {
|
||||
|
Reference in New Issue
Block a user