File tree Expand file tree Collapse file tree
packages/editor/src/markup/codemirror Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,12 +18,10 @@ import {
1818 placeholder ,
1919 tooltips ,
2020} from '@codemirror/view' ;
21-
2221import { InputState } from 'src/utils/input-state' ;
2322
2423import { ActionName } from '../../bundle/config/action-names' ;
2524import type { EventMap } from '../../bundle/events' ;
26- import type { MarkupLineNumbersConfig } from './line-highlight/types' ;
2725import type { ReactRenderStorage } from '../../extensions' ;
2826import { type Logger2 , globalLogger } from '../../logger' ;
2927import { Action as A , formatter as f } from '../../shortcuts' ;
@@ -57,6 +55,7 @@ import {FilesUploadPlugin} from './files-upload-plugin';
5755import { gravityHighlightStyle , gravityTheme } from './gravity' ;
5856import { MarkdownConverter } from './html-to-markdown/converters' ;
5957import { lineHighlight } from './line-highlight' ;
58+ import type { MarkupLineNumbersConfig } from './line-highlight/types' ;
6059import { LoggerFacet } from './logger-facet' ;
6160import { PairingCharactersExtension } from './pairing-chars' ;
6261import { ReactRendererFacet } from './react-facet' ;
You can’t perform that action at this time.
0 commit comments