Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix textinput.CurrentSuggestion() panic
When suggestions are not yet set CurrentSuggestion() will panic. This change fixes that with a guard and returns an empty string when there is no current suggestion.
- Loading branch information