Touch menu: always go up to correct parent page (#12378)

This commit is contained in:
hius07
2024-08-21 20:53:45 +03:00
committed by GitHub
parent 698fc35c3f
commit 415ce40f84
4 changed files with 1 additions and 7 deletions

View File

@@ -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.
}