Skip to content

Commit 2c5d721

Browse files
committed
Fixed some messed up things again
1 parent 6b44445 commit 2c5d721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/editor.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ class _EditorPageState extends State<EditorPage> {
234234
language = 'lua';
235235
}
236236
tabs.add(createFileTab(filename, content, language, filepath));
237+
selectedTab = tabs.length - 1;
237238
});
238239
}
239240

0 commit comments

Comments
 (0)