Jonathan K

Results 1 comments of Jonathan K

I have temporarily solved the error as follows: `this.$refs.cm.setCursor(0);` ``` restore clear import { defineComponent, defineAsyncComponent } from "vue"; import CodeMirror from "vue-codemirror6"; import { css } from "@codemirror/lang-css"; export...