Hide keyboard on tap, more robust search algorithm, option to search by dictionary word or definition
This commit is contained in:
@@ -53,6 +53,9 @@ struct TranslatorView: View {
|
||||
.onChange(of: tokiInput) { newValue in
|
||||
tokiDictViewModel.translatePhrase(newValue)
|
||||
}
|
||||
.onTapGesture {
|
||||
hideKeyboard()
|
||||
}
|
||||
}
|
||||
|
||||
func changeTranslationDirection() {
|
||||
|
||||
Reference in New Issue
Block a user