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