Fix for unable to remove the last character

pull/44/head
Xin Yao 4 years ago
parent 0afa3dfb95
commit 7d233f107a
  1. 2
      lib/widgets/raw_editor.dart

@ -389,7 +389,7 @@ class RawEditorState extends EditorState
);
_textInputConnection.setEditingState(_lastKnownRemoteTextEditingValue);
_sentRemoteValues.add(_lastKnownRemoteTextEditingValue);
// _sentRemoteValues.add(_lastKnownRemoteTextEditingValue);
}
_textInputConnection.show();
}

Loading…
Cancel
Save