From 29df700bff7c0307a8f4bcdd59ab8c6b48488588 Mon Sep 17 00:00:00 2001 From: Ryan Di Date: Mon, 25 Aug 2025 15:44:00 +1000 Subject: [PATCH] hide library label in compact --- packages/excalidraw/components/LayerUI.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/excalidraw/components/LayerUI.tsx b/packages/excalidraw/components/LayerUI.tsx index 7de31ad50..5c4c3817f 100644 --- a/packages/excalidraw/components/LayerUI.tsx +++ b/packages/excalidraw/components/LayerUI.tsx @@ -450,7 +450,7 @@ const LayerUI = ({ }} tab={DEFAULT_SIDEBAR.defaultTab} > - {t("toolBar.library")} + {!device.editor.showCompactSidebar && t("toolBar.library")} {appState.openDialog?.name === "ttd" && }