Ver código fonte

fix: _focusNode of TerminvalViewState may not be final

Georg Wechslberger 3 anos atrás
pai
commit
631f77249c
1 arquivos alterados com 1 adições e 1 exclusões
  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;