浏览代码

fix: _focusNode of TerminvalViewState may not be final

Georg Wechslberger 3 年之前
父节点
当前提交
631f77249c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;