mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(core): Make sure not to do anymore jsaction work once everything is replayed. (#55799)
Without this, I think subsequent renders will populate data structures. PR Close #55799
This commit is contained in:
parent
4c7efc005a
commit
01a19f33b5
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ export function withEventReplay(): Provider[] {
|
|||
for (const el of jsactionMap.keys()) {
|
||||
el.removeAttribute(JSACTION_ATTRIBUTE);
|
||||
}
|
||||
setDisableEventReplayImpl(() => {});
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue