mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix] widget/menu: Don't propagate ShowGotoDialog to other widgets (#4761)
Fixes #4760.
This commit is contained in:
@@ -1036,6 +1036,7 @@ function Menu:onShowGotoDialog()
|
||||
if self.page_info_text and self.page_info_text.hold_input then
|
||||
self.page_info_text:onInput(self.page_info_text.hold_input)
|
||||
end
|
||||
return true
|
||||
end
|
||||
|
||||
function Menu:onWrapFirst()
|
||||
|
||||
Reference in New Issue
Block a user