From 71db50b1f9240f5609cfbe1d2a63e937db686877 Mon Sep 17 00:00:00 2001 From: Jaybe Date: Thu, 20 Nov 2025 00:59:44 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=BC=20=EB=B8=94=EB=A1=9D=20=ED=97=A4?= =?UTF-8?q?=EB=8D=94=20=EB=A0=8C=EB=8D=94=EB=A7=81=20=EC=98=A4=EB=A5=98(bl?= =?UTF-8?q?ock=20=EC=8A=A4=EC=BD=94=ED=94=84)=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/editor/page.tsx | 44 ----------------------------------------- 1 file changed, 44 deletions(-) diff --git a/src/app/editor/page.tsx b/src/app/editor/page.tsx index d0dd638..b552a71 100644 --- a/src/app/editor/page.tsx +++ b/src/app/editor/page.tsx @@ -415,50 +415,6 @@ export default function EditorPage() { )} - {block.type === "form" && (() => { - const formProps = block.props as FormBlockProps; - - const handleSubmitEditor = (e: React.FormEvent) => { - e.preventDefault(); - // 에디터에서는 실제 전송 대신 데모만 수행한다. - }; - - return ( -
-
- 이름 - -
-
- 이메일 - -
-
- 메시지 -