fix(animations): mark actual descendant node as disabled (#26180)
PR Close #26180
This commit is contained in:
parent
023bd31965
commit
df123e0410
|
@ -811,7 +811,7 @@ export class TransitionAnimationEngine {
|
|||
}
|
||||
|
||||
this.driver.query(element, DISABLED_SELECTOR, true).forEach(node => {
|
||||
this.markElementAsDisabled(element, false);
|
||||
this.markElementAsDisabled(node, false);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue