[fix] Close keyboard after calling search with preset (#13976)

This commit is contained in:
David
2025-06-23 08:22:03 +01:00
committed by GitHub
parent c456d18fa3
commit 899c257904
3 changed files with 4 additions and 2 deletions

View File

@@ -921,6 +921,7 @@ function ReaderDictionary:onShowDictionaryLookup()
buttons = dialog_buttons,
shrink_unneeded_width = true,
}
self.dictionary_lookup_dialog:onCloseKeyboard()
UIManager:show(button_dialog)
end,
}