Forráskód Böngészése

fix: _focusNode of TerminvalViewState may not be final

Georg Wechslberger 3 éve
szülő
commit
631f77249c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      lib/src/terminal_view.dart

+ 1 - 1
lib/src/terminal_view.dart

@@ -124,7 +124,7 @@ class TerminalView extends StatefulWidget {
 }
 
 class TerminalViewState extends State<TerminalView> {
-  late final FocusNode _focusNode;
+  late FocusNode _focusNode;
 
   late final ShortcutManager _shortcutManager;