mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4b83d09a94
`isEditingDirectiveState` used `!this.selectedNode` (a bare signal reference, always truthy) instead of `!this.selectedNode()`, so the guard was dead and ArrowDown with no selection threw a TypeError.