fix
This commit is contained in:
@@ -416,7 +416,7 @@ export default function clotheShopList(globalData: IGlobalData) {
|
||||
|
||||
currentMenuIdx = itemIndex;
|
||||
mainMenu.Visible = false;
|
||||
nextMenu.menu.Visible = true;
|
||||
nextMenu.Visible = true;
|
||||
menuTransition = true;
|
||||
|
||||
submenuItemChangeHandler(nextMenu.menu.CurrentSelection);
|
||||
@@ -445,8 +445,8 @@ export default function clotheShopList(globalData: IGlobalData) {
|
||||
};
|
||||
|
||||
currentMenuIdx = itemIndex;
|
||||
mainMenu.Visible = false;
|
||||
nextMenu.Visible = true;
|
||||
categoryMenu.Visible = false;
|
||||
nextMenu.menu.Visible = true;
|
||||
menuTransition = true;
|
||||
|
||||
//submenuItemChangeHandler(nextMenu.menu.CurrentSelection);
|
||||
|
||||
Reference in New Issue
Block a user