feat: 지도에서 화면 저장 시 toast message가 나타나도록 편의성 개선

main
thkim 2025-11-26 15:18:01 +09:00
parent fc7a1bae7c
commit d60e425c10
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ function showToast(message) {
} else { } else {
clearInterval(fadeInInterval); clearInterval(fadeInInterval);
// 7. 3초 유지 후 제거 시작 // 7. 6초 유지 후 제거 시작
setTimeout(function() { setTimeout(function() {
removeToast(toast); removeToast(toast);
}, 6000); }, 6000);