mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 22:51:38 +03:00
Disable EditContext API (#11554)
Fixes #11239 https://github.com/user-attachments/assets/eb57fb34-11f4-489b-9849-c93c7aa5e870
This commit is contained in:
parent
9a49a02e3f
commit
c52b8f9455
@ -93,6 +93,8 @@ const expressionUpdatesDiagnostics = computed(() => {
|
|||||||
|
|
||||||
// == CodeMirror editor setup ==
|
// == CodeMirror editor setup ==
|
||||||
|
|
||||||
|
// Disable EditContext API because of https://github.com/codemirror/dev/issues/1458.
|
||||||
|
;(EditorView as any).EDIT_CONTEXT = false
|
||||||
const editorView = new EditorView()
|
const editorView = new EditorView()
|
||||||
const viewInitialized = ref(false)
|
const viewInitialized = ref(false)
|
||||||
watchEffect(() => {
|
watchEffect(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user