Skip to content

Commit

Permalink
implementing currentTextEditingValue in InputConnectionController
Browse files Browse the repository at this point in the history
  • Loading branch information
masewo committed Dec 21, 2019
1 parent 4a8b5fd commit 2e37998
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/zefyr/lib/src/widgets/input.dart
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ class InputConnectionController implements TextInputClient {
// TODO: implement showAutocorrectionPromptRect
}

@override
// TODO: implement currentTextEditingValue
TextEditingValue get currentTextEditingValue =>
_lastKnownRemoteTextEditingValue;

//
// Private members
//
Expand Down

0 comments on commit 2e37998

Please sign in to comment.