mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 20:37:05 +02:00
Various bugfixes
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { setTimeoutRef } from "../utils/SetTimeoutRef";
|
||||
import { getElementById } from "../../utils/uiHelpers/getElementById";
|
||||
import { Action } from "../types";
|
||||
|
||||
@@ -23,5 +24,5 @@ export function createStatusText(text: string) {
|
||||
statusElement.innerText = "";
|
||||
};
|
||||
|
||||
x = setTimeout(handler, threeSeconds);
|
||||
x = setTimeoutRef(handler, threeSeconds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user