Files
distribution_erp/src
chpark bfb9470c85
Deploy momo-erp / deploy (push) Successful in 2m59s
fix(mobile): 뒤로가기 토스트가 페이지 이동 후에도 작동하도록
기존: mount 시 한 번만 history sentinel push → 사용자가 navigation 하면 sentinel 잃어버려 토스트 안 뜸.
변경: usePathname 의존성 useEffect → pathname 변경마다 sentinel 새로 push. lastBackRef 도 ref 로 변경(렌더 의존성 없이 상태 유지).
+ swal toast z-index 9999 강제 (다른 모달 위)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 00:45:14 +09:00
..