mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-17 02:22:23 +01:00
Closing the final script in your editor will take you to the terminal.
This commit is contained in:
@ -668,6 +668,7 @@ export function Root(props: IProps): React.ReactElement {
|
||||
// No more scripts are open
|
||||
setOpenScripts([]);
|
||||
setCurrentScript(null);
|
||||
props.router.toTerminal();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user