fix: don't call onAllChangesDone on checkNoChanges
This commit is contained in:

committed by
Victor Berchet

parent
7643d979c7
commit
a664f5a6de
@ -46,7 +46,7 @@ export class AbstractChangeDetector extends ChangeDetector {
|
||||
|
||||
this._detectChangesInLightDomChildren(throwOnChange);
|
||||
|
||||
this.callOnAllChangesDone();
|
||||
if (throwOnChange === false) this.callOnAllChangesDone();
|
||||
|
||||
this._detectChangesInShadowDomChildren(throwOnChange);
|
||||
|
||||
|
Reference in New Issue
Block a user