react-summernote icon indicating copy to clipboard operation
react-summernote copied to clipboard

Codeview highlighted

Open CFdong opened this issue 4 years ago • 1 comments

When I click the codeview, the codes is no highlighted. What should I do to achieve it? Thanks! Uploading QQ20211020-163948.png…

<ReactSummernote value={descriptionValueLong} className="react-summernote" codemirror={ // codemirror options { theme: 'monokai' } } options={{ toolbar: [ ['style', ['style']], ['font', ['bold', 'underline', 'clear']], ['fontname', ['fontname']], ['color', ['color']], ['para', ['ul', 'ol', 'paragraph']], ['table', ['table']], ['insert', ['link', 'picture', 'video']], ['view', ['fullscreen', 'codeview', 'help']], ] }} onChange={descriptionChangeLong} />

CFdong avatar Oct 21 '21 09:10 CFdong

QQ20211020-163948

CFdong avatar Oct 21 '21 09:10 CFdong