yshavit / whatdid

What did I do all day?
MIT License
8 stars 0 forks source link

fix autocomplete + select interaction #318

Closed yshavit closed 1 year ago

yshavit commented 1 year ago

The state for selecting the autocomplete was getting a bit complex, so rather than trying to inline it all I just split it off to a separate struct. I think it's much clearer now!

This fixes #317.