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

Fixes #4760.
pull/4764/head
Frans de Jonge 5 years ago committed by GitHub
parent 5ccc3ec352
commit 2536cc2645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save