mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 07:48:37 +02:00
Fix Corp research popup box appearing behind one another.
This commit is contained in:
@@ -163,7 +163,7 @@ export function Root(props: IProps): React.ReactElement {
|
||||
const textFile = new TextFile(filename, code);
|
||||
s.textFiles.push(textFile);
|
||||
} else {
|
||||
dialogBoxCreate("Invalid filename. Must be either a script (.script) or " +
|
||||
dialogBoxCreate("Invalid filename. Must be either a script (.script, .js, or .ns) or " +
|
||||
" or text file (.txt)")
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user