checkout add conditional state, focus

This commit is contained in:
hyunwoo93.cha
2024-06-19 18:03:24 +09:00
parent 9992885c60
commit f5d6c99d0e
11 changed files with 173 additions and 123 deletions

View File

@@ -68,6 +68,7 @@ export const ACTIVE_POPUP = {
orderCancelReason: "orderCancelReason",
orderDetailPopup: "orderDetailPopup",
orderDetailCancel: "orderDetailCancel",
errorPopup: "errorPopup",
};
export const DEBUG_VIDEO_SUBTITLE_TEST = false;
export const AUTO_SCROLL_DELAY = 600;