fix(ui): remove unsupported highlight command

This commit is contained in:
Spaghetti 2025-12-07 22:49:43 +00:00
parent 4668c4714b
commit fd4e6793f9
1 changed files with 0 additions and 5 deletions

View File

@ -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
},
];