From 8ec89a8348084e582bc64b4bbbb47ac72acd64b3 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Thu, 15 Jan 2026 22:41:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8(frontend)=20fix=20warning=20resiza?= =?UTF-8?q?ble=20panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We had a warning in the console about the resizable panel component. This commit fixes that warning by ensuring that the size is never inferior to the minimum size. --- .../left-panel/components/ResizableLeftPanel.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/frontend/apps/impress/src/features/left-panel/components/ResizableLeftPanel.tsx b/src/frontend/apps/impress/src/features/left-panel/components/ResizableLeftPanel.tsx index 19925c20..e1ca8731 100644 --- a/src/frontend/apps/impress/src/features/left-panel/components/ResizableLeftPanel.tsx +++ b/src/frontend/apps/impress/src/features/left-panel/components/ResizableLeftPanel.tsx @@ -72,7 +72,14 @@ export const ResizableLeftPanel = ({