Skip to content

Commit

Permalink
fix(Editor): fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteformed committed Dec 25, 2024
1 parent 172ca22 commit fa29548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {TextSelection} from 'prosemirror-state';
import {EditorView as PMEditorView} from 'prosemirror-view';

import {TransformFn} from 'src/core/markdown/ProseMirrorTransformer';
import {getAutocompleteConfig} from 'src/markup/codemirror/autocomplete';

import {getAutocompleteConfig} from '../../src/markup/codemirror/autocomplete';
import type {CommonEditor, MarkupString} from '../common';
import {
type ActionStorage,
Expand Down

0 comments on commit fa29548

Please sign in to comment.