fix(ui): remove unsupported highlight command (#5328)

This commit is contained in:
spaghetti-coder 2025-12-09 01:57:28 +02:00 committed by GitHub
parent 2a876436e0
commit 618db89f4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
},
];