You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Codemirror class="code" v-model="editorValue" :autofocus="true" :extensions="extensions"
@change="handleClick('change', $event)" @longtap="copy"
@click="copy"/>
import {Codemirror} from "vue-codemirror";
import {markdown} from "@codemirror/lang-markdown";
import {oneDark} from "@codemirror/theme-one-dark";
My code, as shown above, works fine, but when I edit the markdown text, two characters are deleted every time I press the delete key, and the code does not report any errors. I checked long enough not to know exactly how it happened.
Describe the bug
My code, as shown above, works fine, but when I edit the markdown text, two characters are deleted every time I press the delete key, and the code does not report any errors. I checked long enough not to know exactly how it happened.
Reproduction
The code does not report errors
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: