aspnet / LibraryManager

Other
446 stars 78 forks source link

Spacebar on the "Files" node should toggle state #741

Closed phil-allen-msft closed 2 months ago

phil-allen-msft commented 2 months ago

If the "Files" node is partially checked, the user using spacebar will find nothing happens on spacebar because packageItem.IsChecked is null, so !packageItem.IsChecked is also null. Adjust spacebar behavior to match mouseclick behavior