diff --git a/lib/src/widgets/raw_editor/raw_editor_state.dart b/lib/src/widgets/raw_editor/raw_editor_state.dart index 1798722c..03424ccd 100644 --- a/lib/src/widgets/raw_editor/raw_editor_state.dart +++ b/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);