mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
dfa149dc68
This fixes a regression bug that resulted in reordered elements not getting properly removed from the DOM. Reused nodes were not being cleared out in this situation. fixes: #67728