[fix] widget/menu: Don't propagate ShowGotoDialog to other widgets (#4761)

Fixes #4760.
This commit is contained in:
Frans de Jonge
2019-03-08 21:52:45 +01:00
committed by GitHub
parent 5ccc3ec352
commit 2536cc2645

View File

@@ -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()