diff --git a/frontend/src/routes/study/write/[id]/+page.svelte b/frontend/src/routes/study/write/[id]/+page.svelte index 7adbb3b..184f4a2 100644 --- a/frontend/src/routes/study/write/[id]/+page.svelte +++ b/frontend/src/routes/study/write/[id]/+page.svelte @@ -38,7 +38,7 @@ // iOS Safari 핀치줌 차단 — 손가락 두 개로 캔버스 만질 때 페이지 zoom 발생 방지. // touch-action: none / manipulation 만으로 막히지 않는 gesture 이벤트 (비표준) 도 차단. - function blockGesture(e: Event) { e.preventDefault(); } + function blockGesture(e) { e.preventDefault(); } onMount(() => { load();