mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-24 12:08:57 +00:00
If there are no search results in the list, we shouldn't do anything when you try to active the selected result, since there isn't one. Fix this by using an Optional<size_t> to store the selected index.