mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-02 18:12:41 +00:00
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
|
import { EditorView } from '@codemirror/view'
|
||
|
|
||
|
// @ts-ignore (disable EditContext-based editing until stable)
|
||
|
EditorView.EDIT_CONTEXT = false
|