InputDialog: tap outside to close dialog if keyboard is hidden (#11094)

This commit is contained in:
hius07
2023-11-12 07:44:56 +02:00
committed by GitHub
parent 082ef9b545
commit da8e23c011
5 changed files with 23 additions and 8 deletions

View File

@@ -484,6 +484,7 @@ function ReaderHandMade:addOrEditPageTocItem(pageno, when_updated_callback, sele
{
{
text = _("Cancel"),
id = "close",
callback = function()
UIManager:close(dialog)
end,