mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Add state.Prec to editor:extensions export (#21222)
GitOrigin-RevId: b8680926a9885f19ebc9227de678674da1765158
This commit is contained in:
parent
6c4fac68ca
commit
9fdbd5cfb5
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
import { syntaxTree } from '@codemirror/language'
|
||||
import { EditorSelection, StateEffect, StateField } from '@codemirror/state'
|
||||
import {
|
||||
EditorSelection,
|
||||
Prec,
|
||||
StateEffect,
|
||||
StateField,
|
||||
} from '@codemirror/state'
|
||||
import {
|
||||
Decoration,
|
||||
EditorView,
|
||||
|
@ -14,6 +19,7 @@ export default {
|
|||
Decoration,
|
||||
EditorSelection,
|
||||
EditorView,
|
||||
Prec,
|
||||
StateEffect,
|
||||
StateField,
|
||||
ViewPlugin,
|
||||
|
|
Loading…
Reference in a new issue