convert unclickable inside the react tree

This commit is contained in:
Olivier Gagnon
2021-09-25 14:00:38 -04:00
parent 125e9484f7
commit d49fea4cbc
5 changed files with 22 additions and 27 deletions
+2
View File
@@ -65,6 +65,7 @@ import { BitverseRoot } from "../BitNode/ui/BitverseRoot";
import { CharacterOverview } from "./React/CharacterOverview";
import { BladeburnerCinematic } from "../Bladeburner/ui/BladeburnerCinematic";
import { workerScripts } from "../Netscript/WorkerScripts";
import { Unclickable } from "../Exploits/Unclickable";
import { enterBitNode } from "../RedPill";
import { Context } from "./Context";
@@ -390,6 +391,7 @@ export function GameRoot({ player, engine, terminal }: IProps): React.ReactEleme
</Box>
</Box>
)}
<Unclickable />
</Context.Router.Provider>
</Context.Player.Provider>
);