mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 18:50:56 +02:00
fix sleeve memory bug
This commit is contained in:
+1
-4
@@ -11,10 +11,7 @@ export function MessagePopup(props: IProps): React.ReactElement {
|
||||
return <>{props.content}</>;
|
||||
}
|
||||
|
||||
function dialogBoxCreate(
|
||||
txt: string | JSX.Element,
|
||||
preformatted = false,
|
||||
): void {
|
||||
function dialogBoxCreate(txt: string | JSX.Element, preformatted = false): void {
|
||||
const popupId =
|
||||
`popup-` +
|
||||
Array.from(Array(16))
|
||||
|
||||
Reference in New Issue
Block a user