We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c7e1e commit 7b3ad00Copy full SHA for 7b3ad00
1 file changed
web/server/vue-cli/src/components/Report/Report.vue
@@ -305,6 +305,7 @@ import {
305
306
import { useRoute } from "vue-router";
307
308
+import { basicSetup } from "codemirror";
309
import {
310
Decoration,
311
EditorView,
@@ -557,6 +558,7 @@ onMounted(() => {
557
558
editor.value = new EditorView({
559
parent: editorContainer.value,
560
extensions: [
561
+ basicSetup,
562
lineNumbers(),
563
highlightSelectionMatches(),
564
EditorState.readOnly.of(true),
0 commit comments