Closing the final script in your editor will take you to the terminal.

This commit is contained in:
Andrew Cooper
2021-12-22 00:26:01 +00:00
parent ea0be338e1
commit f2bdf00aba

View File

@ -668,6 +668,7 @@ export function Root(props: IProps): React.ReactElement {
// No more scripts are open
setOpenScripts([]);
setCurrentScript(null);
props.router.toTerminal();
}
}