Clean up code

pull/573/head
Cheryl 3 years ago
parent ed1ceb58f0
commit 907cb623b0
  1. 1
      lib/src/widgets/raw_editor.dart

@ -584,7 +584,6 @@ class RawEditorState extends EditorState
}
} else if (_hasFocus) {
_selectionOverlay?.hide();
_selectionOverlay = null;
_selectionOverlay = EditorTextSelectionOverlay(
value: textEditingValue,

Loading…
Cancel
Save