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`} - > - -