From f75444455d549a7bed1f0b4ccac0b438eebe1c34 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 26 May 2026 11:30:43 +0000 Subject: [PATCH] Adjust --- src/frontend/src/components/editors/NotesEditor.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/frontend/src/components/editors/NotesEditor.tsx b/src/frontend/src/components/editors/NotesEditor.tsx index ce19c1ae97..1d1b8df0d6 100644 --- a/src/frontend/src/components/editors/NotesEditor.tsx +++ b/src/frontend/src/components/editors/NotesEditor.tsx @@ -37,7 +37,6 @@ import { Tooltip } from '@mantine/core'; import { - IconArrowMerge, IconCirclePlus, IconColumnInsertLeft, IconColumnInsertRight, @@ -164,7 +163,7 @@ export default function NotesEditor({ } }), TableKit.configure({ - table: { resizable: true, renderWrapper: true, cellMinWidth: 50 } + table: { resizable: false, renderWrapper: true, cellMinWidth: 50 } }) ], content: '', @@ -564,16 +563,6 @@ export default function NotesEditor({ > - - editor?.chain().focus().mergeOrSplit().run() - } - aria-label={t`Merge or split cells`} - title={t`Merge or split cells`} - > - -