Skip to content

Commit

Permalink
Disable EditContext API (#11554)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitvakatu authored Nov 19, 2024
1 parent 9a49a02 commit c52b8f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/gui/src/project-view/components/CodeEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit c52b8f9

Please sign in to comment.