mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
08d37649af
This was causing some unintended behaviour when paired with our new zoneless configuration. I'm not sure why currentlyMatchedIndex was getting set to -1 here. With this removed it seems like things are working as expected. Previously a select call would reset this index *after* a search filter was applied, which would cause weird behaviour with the "next" and "prev" buttons. PR Close #62727