diff --git a/src/components/editor-page/editor-pane/editor-pane.tsx b/src/components/editor-page/editor-pane/editor-pane.tsx index adc19401b..8dd721d3e 100644 --- a/src/components/editor-page/editor-pane/editor-pane.tsx +++ b/src/components/editor-page/editor-pane/editor-pane.tsx @@ -22,11 +22,6 @@ import './codemirror-imports' import { setNoteContent } from '../../../redux/note-details/methods' import { useNoteMarkdownContent } from '../../../hooks/common/use-note-markdown-content' -export interface EditorPaneProps { - onContentChange: (content: string) => void - content: string -} - const onChange = (editor: Editor) => { for (const hinter of allHinters) { const searchTerm = findWordAtCursor(editor)