Skip to content

emojier: Fix selection being stuck in first item after search

The old behavior would always select the first item when searching, even after user navigates to any other item. This fixes it by selecting whatever emoji is selected, and if user writes text, the currentIndex of the emojiView will be reset to first one.

Merge request reports