Procházet zdrojové kódy

quick fix currentTextEditingValue

lucky1213 před 4 roky
rodič
revize
860786c5f0
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5
    0
      packages/zefyr/lib/src/widgets/input.dart

+ 5
- 0
packages/zefyr/lib/src/widgets/input.dart Zobrazit soubor

@@ -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) {