visual-space / visual-editor

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

Selection - Restore copy paste styled text #218

Closed DariusMuscalu closed 7 months ago

DariusMuscalu 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 7 months ago

Duplicate of #8