diff --git a/src/components/editor/live-editor.tsx b/src/components/editor/live-editor.tsx index 8c1fe64..d18b380 100644 --- a/src/components/editor/live-editor.tsx +++ b/src/components/editor/live-editor.tsx @@ -21,6 +21,7 @@ import { CharacterCount } from "@tiptap/extension-character-count"; const md = new MarkdownIt() const extensions = [ + // we define all commands here CommandFunctions, TrackChangeExtension.configure({ enabled: false,