mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Touch menu: always go up to correct parent page (#12378)
This commit is contained in:
@@ -310,7 +310,6 @@ function Gestures:genSubItem(ges, separator, hold_callback)
|
||||
sub_item_table_func = function() return self:genMenu(ges) end,
|
||||
separator = separator,
|
||||
hold_callback = hold_callback,
|
||||
menu_item_id = ges,
|
||||
ignored_by_menu_search = true, -- This item is not strictly duplicated, but its subitems are.
|
||||
-- Ignoring it speeds up search.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user