Skip to content

Commit

Permalink
Remove finished todo in raw_editor_state.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Feb 6, 2024
1 parent be84f1c commit d13d30f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/widgets/raw_editor/raw_editor_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d13d30f

Please sign in to comment.