[디테일 수정]

- 현재 매직마우스로는 팝업및 노출 정상적으로 가능하지만 4방향키 수정진행해야함.
 - 토스트가 유지가 안됌에 따른 수정이 더 필요함.
This commit is contained in:
junghoon86.park
2025-11-21 18:22:07 +09:00
parent 1f7020b28b
commit 8cce06bcc3
5 changed files with 80 additions and 22 deletions

View File

@@ -113,6 +113,7 @@ export const ACTIVE_POPUP = {
toast: 'toast',
optionalConfirm: 'optionalConfirm',
energyPopup: 'energyPopup',
addCartPopup: 'addCartPopup',
};
export const DEBUG_VIDEO_SUBTITLE_TEST = false;
export const AUTO_SCROLL_DELAY = 600;