visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
283 stars 44 forks source link

Caret - The caret shouldn't be displayed in read-only mode #73

Closed sebastian0107 closed 2 years ago

sebastian0107 commented 2 years ago

The caret indicates that the text can be edited, so it is useless to display it in the read-only mode

adrian-moisa commented 2 years ago

The caret is no longer displayed in readonly mode. The showCursor configuration option for VisualEditor was removed. It makes no sense to have the cared showing up in readonly mode. Or the caret missing in editable mode.

Closed and pushed. Cheers!