From df2712ae1726c4e56671937eff6051afdc3e02ea Mon Sep 17 00:00:00 2001 From: ZLY Date: Wed, 21 Jan 2026 17:34:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(addComponentModal):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EditorSection/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/EditorSection/index.tsx b/src/components/EditorSection/index.tsx index 9b9b35d..4c95354 100644 --- a/src/components/EditorSection/index.tsx +++ b/src/components/EditorSection/index.tsx @@ -8,6 +8,7 @@ interface EditorSectionProps { initialContent?: string; visible: boolean; onChange?: (content: string) => void; + disabled?: boolean; } // 创建一个 Viewer 组件用于服务端渲染