Nothing

Results 6 comments of Nothing

建了个QQ群(770265969),能否进来大家一起讨论下vue-quill-editor

建了个QQ群(770265969),大家可以进来一起讨论下vue-quill-editor

It should be the problem of the source,I have the same problem,disabled is a good point

建了个QQ群(770265969),能否进来大家一起讨论下vue-quill-editor

@surmon-china There is also a small problem,codemirror will automatical selecte hint every time.If I want to write 'fua',however what i get is 'functiona'

ok,After scaning the source code,i solved it by adding `{completeSingle:false}` ``` onCmReady(cm) { cm.on('keypress', () => { cm.showHint({completeSingle:false}) }) } ```