Multiswipe menu: return to item page when going up from submenu (#8474)

This commit is contained in:
yparitcher
2021-11-23 12:52:40 -05:00
committed by GitHub
parent 3a7cba38c2
commit 1b2b4da9e5

View File

@@ -243,6 +243,7 @@ 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,
}
end