소스 검색

quick fix currentTextEditingValue

lucky1213 4 년 전
부모
커밋
860786c5f0
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      packages/zefyr/lib/src/widgets/input.dart

+ 5
- 0
packages/zefyr/lib/src/widgets/input.dart 파일 보기

@@ -171,6 +171,11 @@ class InputConnectionController implements TextInputClient {
171 171
     // TODO: implement updateFloatingCursor
172 172
   }
173 173
 
174
+  @override
175
+  // TODO: implement currentTextEditingValue
176
+  TextEditingValue get currentTextEditingValue =>
177
+      _lastKnownRemoteTextEditingValue;
178
+  
174 179
   @override
175 180
   void connectionClosed() {
176 181
     if (hasConnection) {