mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 22:59:42 +02:00
fix settings unfocusing on every key stroke
This commit is contained in:
@@ -28,7 +28,7 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
|
||||
<Box sx={{ display: "grid", gridTemplateColumns: "1fr 3fr", gap: 1 }}>
|
||||
<GameOptionsSidebar
|
||||
tab={currentTab}
|
||||
setTab={(tab: GameOptionsTab) => setCurrentTab(tab)}
|
||||
setTab={setCurrentTab}
|
||||
player={props.player}
|
||||
router={props.router}
|
||||
save={props.save}
|
||||
|
||||
Reference in New Issue
Block a user