Skip to content

Commit

Permalink
fix(animations): mark actual descendant node as disabled (#26180)
Browse files Browse the repository at this point in the history
PR Close #26180
  • Loading branch information
JoostK authored and mhevery committed Dec 14, 2018
1 parent fa3af8b commit 453589f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -811,7 +811,7 @@ export class TransitionAnimationEngine {
}

this.driver.query(element, DISABLED_SELECTOR, true).forEach(node => {
this.markElementAsDisabled(element, false);
this.markElementAsDisabled(node, false);
});
}

Expand Down

0 comments on commit 453589f

Please sign in to comment.