fix: ssh term (#365)
This commit is contained in:
@@ -37,7 +37,7 @@ class EditorPage extends StatefulWidget {
|
||||
});
|
||||
|
||||
@override
|
||||
_EditorPageState createState() => _EditorPageState();
|
||||
State<EditorPage> createState() => _EditorPageState();
|
||||
}
|
||||
|
||||
class _EditorPageState extends State<EditorPage> {
|
||||
|
||||
Reference in New Issue
Block a user