Closed nullnwk closed 2 years ago
API problem please consult codemirrror website
Provide a case:
editor.addSelection({ line: 12, ch: 10 });
editor.replaceSelection("test");
<Codemirror v-model:value="cm.code" :options="cm.options" border placeholder="test placeholder" :height="125" @change="change" /> 以这种方式定义的,deitor怎么拿到啊,麻烦帮忙解答一下
感谢
Describe the bug
replaceSelection() 插入数据有具体的使用方式吗
Validations