mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b417370383
when a component uses the shadowDom view encapsulation its children are not rendered as normal HTML children of the element but they are insterted in the element's shadowRoot, this causes the leave of the element not to be normally propagated to the shadow child elements, fix such issue resolves #46450 PR Close #46459