File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,19 @@ import {EditorView as CMEditorView} from '@codemirror/view';
44import { TextSelection } from 'prosemirror-state' ;
55import { EditorView as PMEditorView } from 'prosemirror-view' ;
66
7- import { TransformFn } from 'src/core/markdown/ProseMirrorTransformer' ;
8-
9- import { getAutocompleteConfig } from '../../src/markup/codemirror/autocomplete' ;
107import type { CommonEditor , MarkupString } from '../common' ;
118import {
129 type ActionStorage ,
1310 type EscapeConfig ,
1411 WysiwygEditor ,
1512 type WysiwygEditorOptions ,
1613} from '../core' ;
14+ import { TransformFn } from '../core/markdown/ProseMirrorTransformer' ;
1715import { ReactRenderStorage , type RenderStorage } from '../extensions' ;
1816import { i18n } from '../i18n/bundle' ;
1917import { logger } from '../logger' ;
2018import { createCodemirror } from '../markup' ;
19+ import { getAutocompleteConfig } from '../markup/codemirror/autocomplete' ;
2120import { type CodeEditor , Editor as MarkupEditor } from '../markup/editor' ;
2221import { type Emitter , FileUploadHandler , type Receiver , SafeEventEmitter } from '../utils' ;
2322import type { DirectiveSyntaxContext } from '../utils/directive' ;
You can’t perform that action at this time.
0 commit comments