This commit is contained in:
kookroach
2021-04-04 19:01:37 +02:00
parent c0682cc006
commit 773f7424bd

View File

@@ -392,7 +392,7 @@ export default function clotheShopList(globalData: IGlobalData) {
//item.menu.IndexChange.on(submenuItemChangeHandler);
// Reset preview when player backs out of category menu
item.menu.MenuClose.on(() => {
item.MenuClose.on(() => {
resetPreview();
currentMenuIdx = -1;