diff --git a/web/src/components/MemoEditor/Editor/commands.ts b/web/src/components/MemoEditor/Editor/commands.ts index e07f92cb5..d293601c0 100644 --- a/web/src/components/MemoEditor/Editor/commands.ts +++ b/web/src/components/MemoEditor/Editor/commands.ts @@ -25,9 +25,4 @@ export const editorCommands: Command[] = [ run: () => "| Header | Header |\n| ------ | ------ |\n| Cell | Cell |", cursorOffset: 1, // Places cursor after first "|" to edit first header }, - { - name: "highlight", - run: () => "==text==", - cursorOffset: 2, // Places cursor between "==" markers to type highlighted text - }, ];