Fix for unable to remove the last character (#44)

pull/47/head
Xin Yao 4 years ago committed by GitHub
parent e41b2c3b20
commit d4b07c5395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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