|
@@ -6,7 +6,7 @@ import {
|
|
|
keymap, type Command, highlightActiveLine, highlightActiveLineGutter,
|
|
keymap, type Command, highlightActiveLine, highlightActiveLineGutter,
|
|
|
} from '@codemirror/view';
|
|
} from '@codemirror/view';
|
|
|
|
|
|
|
|
-import type { EditorSettings, KeyMapMode, EditorTheme } from '../consts';
|
|
|
|
|
|
|
+import type { EditorSettings, KeyMapMode, EditorTheme } from '../../consts';
|
|
|
import type { UseCodeMirrorEditor } from '../services';
|
|
import type { UseCodeMirrorEditor } from '../services';
|
|
|
import {
|
|
import {
|
|
|
getEditorTheme, getKeymap, insertNewlineContinueMarkup, insertNewRowToMarkdownTable, isInTable,
|
|
getEditorTheme, getKeymap, insertNewlineContinueMarkup, insertNewRowToMarkdownTable, isInTable,
|