Add a bug todo

pull/1578/head
Ellet 1 year ago
parent 34b8755cc9
commit 6bbf680cc5
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 2
      lib/src/widgets/raw_editor/raw_editor_state.dart

@ -205,6 +205,8 @@ class QuillRawEditorState extends EditorState
return;
}
// TODO: Bug, Doesn't replace the selected text, it just add a new one
final reader = await ClipboardReader.readClipboard();
if (reader.canProvide(Formats.htmlText)) {
final html = await reader.readValue(Formats.htmlText);

Loading…
Cancel
Save