Remove finished todo in raw_editor_state.dart

pull/1729/head
Ellet Hnewa 1 year ago committed by GitHub
parent be84f1ca56
commit d13d30ffcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      lib/src/widgets/raw_editor/raw_editor_state.dart

@ -210,7 +210,6 @@ class QuillRawEditorState extends EditorState
final clipboard = SystemClipboard.instance;
if (clipboard != null) {
// TODO: Bug, Doesn't replace the selected text, it just add a new one
final reader = await clipboard.read();
if (reader.canProvide(Formats.htmlText)) {
final html = await reader.readValue(Formats.htmlText);

Loading…
Cancel
Save