Ilya Bogdanov 2024-11-19 15:36:59 +04:00 committed by GitHub
parent 9a49a02e3f
commit c52b8f9455
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,6 +93,8 @@ const expressionUpdatesDiagnostics = computed(() => {
// == 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 viewInitialized = ref(false)
watchEffect(() => {