diff --git a/resources/js/chat-room/shop-controls.js b/resources/js/chat-room/shop-controls.js index b8e5f50..59686bd 100644 --- a/resources/js/chat-room/shop-controls.js +++ b/resources/js/chat-room/shop-controls.js @@ -154,6 +154,7 @@ export function closeShopModal() { if (modal) { modal.style.display = "none"; } + shopLoaded = false; } /**