parent
83e647ac9b
commit
516e17d0d8
|
|
@ -34,7 +34,9 @@ function restoreMenu(menu) {
|
||||||
function popMenu(menu) {
|
function popMenu(menu) {
|
||||||
if(!menu[""]) menu[""] = {};
|
if(!menu[""]) menu[""] = {};
|
||||||
menu[""].scroll = scrolls.pop() | 0;
|
menu[""].scroll = scrolls.pop() | 0;
|
||||||
menuScroller = E.showMenu(menu).scroller;
|
const m = E.showMenu(menu);
|
||||||
|
menuScroller = m.scroller;
|
||||||
|
return m;
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateOptions() {
|
function updateOptions() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue