mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix inputcontainer
This commit is contained in:
@@ -97,10 +97,6 @@ function InputContainer:onGesture(ev)
|
||||
end
|
||||
|
||||
function InputContainer:onInput(input)
|
||||
if self.enter_callback == nil then
|
||||
return
|
||||
end
|
||||
|
||||
local InputDialog = require("ui/widget/inputdialog")
|
||||
self.input_dialog = InputDialog:new{
|
||||
title = input.title or "",
|
||||
|
||||
Reference in New Issue
Block a user