From 55370168cc3d88ea8ec90ed60d2011fdc38c17fc Mon Sep 17 00:00:00 2001 From: xuzhijie Date: Thu, 30 Apr 2026 16:45:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8F=90=E7=A4=BA=E8=AF=8D?= =?UTF-8?q?=E6=A1=86=E4=B8=8B=E6=8B=89=E6=AF=94=E4=BE=8B=E6=BB=9A=E8=BD=AE?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ImageNodeComposerPanel.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ImageNodeComposerPanel.tsx b/src/components/ImageNodeComposerPanel.tsx index 3a1f9a46..2fc829cb 100644 --- a/src/components/ImageNodeComposerPanel.tsx +++ b/src/components/ImageNodeComposerPanel.tsx @@ -95,7 +95,8 @@ function ComposerSelect({ {isOpen && (
event.stopPropagation()} + className="nowheel nodrag nopan absolute bottom-full left-0 z-20 mb-1 max-h-56 min-w-full overflow-y-auto rounded-md border border-neutral-600 bg-neutral-800 py-1 shadow-xl shadow-black/40" > {options.map((option) => (