From e5c16560e695495bab6a89619f33db2775b57f3d Mon Sep 17 00:00:00 2001 From: Tomoya Kashifuku Date: Thu, 9 Oct 2025 20:21:05 +0900 Subject: [PATCH 01/13] =?UTF-8?q?=F0=9F=A7=AA=20activate=20table=20mode=20?= =?UTF-8?q?for=20implementation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CommandPaletteContent/CommandPaletteContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/packages/erd-core/src/features/erd/components/ERDRenderer/CommandPalette/CommandPaletteContent/CommandPaletteContent.tsx b/frontend/packages/erd-core/src/features/erd/components/ERDRenderer/CommandPalette/CommandPaletteContent/CommandPaletteContent.tsx index 7808c05445..66fa7e1ce6 100644 --- a/frontend/packages/erd-core/src/features/erd/components/ERDRenderer/CommandPalette/CommandPaletteContent/CommandPaletteContent.tsx +++ b/frontend/packages/erd-core/src/features/erd/components/ERDRenderer/CommandPalette/CommandPaletteContent/CommandPaletteContent.tsx @@ -45,6 +45,7 @@ export const CommandPaletteContent: FC = () => { suggestion={suggestion} setMode={setInputMode} onBlur={(event) => event.target.focus()} + isTableModeActivatable />