algolia / instantsearch-ios

⚡️ A library of widgets and helpers to build instant-search applications on iOS.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/ios/
Apache License 2.0
591 stars 55 forks source link

fix(hierarchical): deselect item #236

Closed VladislavFitz closed 1 year ago

VladislavFitz commented 1 year ago

Summary

Calling onSelectionChanged on already selected item doesn't introduce any change to the hierarchical tree. The expected behaviour would be to deselect the item and update the hierarchical tree.