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 { syntaxTree } from '@codemirror/language'
|
||||||
import { EditorSelection, StateEffect, StateField } from '@codemirror/state'
|
import {
|
||||||
|
EditorSelection,
|
||||||
|
Prec,
|
||||||
|
StateEffect,
|
||||||
|
StateField,
|
||||||
|
} from '@codemirror/state'
|
||||||
import {
|
import {
|
||||||
Decoration,
|
Decoration,
|
||||||
EditorView,
|
EditorView,
|
||||||
|
@ -14,6 +19,7 @@ export default {
|
||||||
Decoration,
|
Decoration,
|
||||||
EditorSelection,
|
EditorSelection,
|
||||||
EditorView,
|
EditorView,
|
||||||
|
Prec,
|
||||||
StateEffect,
|
StateEffect,
|
||||||
StateField,
|
StateField,
|
||||||
ViewPlugin,
|
ViewPlugin,
|
||||||
|
|
Loading…
Reference in a new issue