visual-space / visual-editor

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

Selection - Restore copy paste styled text #218

Closed darius859 closed 10 months ago

darius859 commented 1 year ago

Looks like it is working on mobile, but not on web.

void copySelection(SelectionChangedCause cause) { state.paste.copiedImageUrl = null; state.paste.plainText = _editorService.getSelectionPlainText(); state.paste.styles = _stylesService.getAllIndividualSelectionStyles();

adrian-moisa commented 10 months ago

Duplicate of #8