feat: 지도에서 화면 저장 시 toast message가 나타나도록 편의성 개선
parent
fc7a1bae7c
commit
d60e425c10
|
|
@ -77,7 +77,7 @@ function showToast(message) {
|
|||
} else {
|
||||
clearInterval(fadeInInterval);
|
||||
|
||||
// 7. 3초 유지 후 제거 시작
|
||||
// 7. 6초 유지 후 제거 시작
|
||||
setTimeout(function() {
|
||||
removeToast(toast);
|
||||
}, 6000);
|
||||
|
|
|
|||
Loading…
Reference in New Issue