mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0fb455f72e
This behavior is now implemented by calling `dispatch` whether or not the `action` is populated. The `Dispatcher` then does global dispatch and early returns if there's no action. PR Close #55692