From bfc86fbcfa5025ff2570450ffd209a89978b4669 Mon Sep 17 00:00:00 2001 From: SeongHyun Kim Date: Wed, 19 Nov 2025 09:12:17 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20ResizableDialog=20=EB=8B=AB=EA=B8=B0=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=ED=81=B4=EB=A6=AD=20=EB=B6=88=EA=B0=80=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/ui/resizable-dialog.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/components/ui/resizable-dialog.tsx b/frontend/components/ui/resizable-dialog.tsx index 6efcdf19..bf50a1a1 100644 --- a/frontend/components/ui/resizable-dialog.tsx +++ b/frontend/components/ui/resizable-dialog.tsx @@ -433,7 +433,10 @@ const ResizableDialogContent = React.forwardRef< onMouseDown={startResize("nw")} /> - + Close