We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d734dd8 commit a34984aCopy full SHA for a34984a
1 file changed
packages/editor/src/markup/codemirror/create.ts
@@ -9,7 +9,6 @@ import {
9
} from '@codemirror/commands';
10
import {syntaxHighlighting} from '@codemirror/language';
11
import type {Extension, StateCommand} from '@codemirror/state';
12
-
13
import {
14
EditorView,
15
type EditorViewConfig,
@@ -19,6 +18,7 @@ import {
19
18
placeholder,
20
tooltips,
21
} from '@codemirror/view';
+
22
import {InputState} from 'src/utils/input-state';
23
24
import {ActionName} from '../../bundle/config/action-names';
0 commit comments