vditor icon indicating copy to clipboard operation
vditor copied to clipboard

英文拼写检查

Open tesla-cat opened this issue 2 years ago • 0 comments

React 代码:

<div ref={r=> this.div = r} style={{
    flex:1,
}} spellCheck={true}/>

但是render后 spellcheck 不起作用

tesla-cat avatar Sep 04 '22 10:09 tesla-cat