From f147d2d04cd656e620870b6865d93dbd47207f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Clara=28=E1=84=89=E1=85=B5=E1=86=AB=E1=84=89=E1=85=A1?= =?UTF-8?q?=E1=86=BC=E1=84=85=E1=85=B5=E1=86=B7=29?= Date: Wed, 2 Oct 2024 17:06:47 +0900 Subject: [PATCH] =?UTF-8?q?pois=5Fclick=20=EC=B6=94=EA=B0=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Examples/pois_click/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/pois_click/index.html b/Examples/pois_click/index.html index fd8b3a6..2d5634f 100644 --- a/Examples/pois_click/index.html +++ b/Examples/pois_click/index.html @@ -81,7 +81,7 @@

console.log(`${e.type} 에 대한 결과값`, e.detail); const pois = e.detail; pois[0].metadatas.forEach((poi) => { - if (poi.fieldKey === 'URL') { + if (poi.fieldKey === 'URL' && poi.value[0].value) { modal.style.display = 'block'; // 모달 열기 const iframe = document.getElementById('iframe'); const title = document.getElementById('title');