This commit is contained in:
parent
6abb6a532b
commit
041a69a173
@ -540,7 +540,7 @@ const handleUpdate = async () => {
|
||||
|
||||
// 주소를 좌표로 변환하는 함수
|
||||
const convertAddressToCoordinates = () => {
|
||||
if (!window.kakao || !window.kakao.maps) {
|
||||
if (typeof window.kakao === 'undefined' || typeof window.kakao.maps === 'undefined') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user