Fix analysis error

pull/646/head
X Code 3 years ago
parent 7962aa52af
commit 75fe81bd97
  1. 1
      lib/src/widgets/raw_editor.dart

@ -962,7 +962,6 @@ class RawEditorState extends EditorState
return; return;
} }
final text = textEditingValue.text; final text = textEditingValue.text;
assert(selection != null);
if (!selection.isValid) { if (!selection.isValid) {
return; return;
} }

Loading…
Cancel
Save