mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
Merge pull request #3171 from jacktose-forks/patch-1
re-add pre tags to support \n in prompt
This commit is contained in:
commit
5a860ae5b0
@ -52,7 +52,9 @@ export function PromptManager(): React.ReactElement {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal open={true} onClose={close}>
|
<Modal open={true} onClose={close}>
|
||||||
|
<pre>
|
||||||
<Typography>{prompt.txt}</Typography>
|
<Typography>{prompt.txt}</Typography>
|
||||||
|
</pre>
|
||||||
<PromptContent prompt={prompt} resolve={resolve} />
|
<PromptContent prompt={prompt} resolve={resolve} />
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user