mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
de8acd2ed8
* Upgrade `@codemirror` dependencies * Set EditorView.EDIT_CONTEXT=false GitOrigin-RevId: 8024715748102a56f1b22e72be8a2019e80b5a07
4 lines
142 B
TypeScript
4 lines
142 B
TypeScript
import { EditorView } from '@codemirror/view'
|
|
|
|
// @ts-ignore (disable EditContext-based editing until stable)
|
|
EditorView.EDIT_CONTEXT = false
|