mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
UP_ARROW fix
This commit is contained in:
parent
d94f391dc6
commit
e11cc1946e
@ -89,7 +89,7 @@ export function Console(props: IProps): React.ReactElement {
|
||||
|
||||
const consoleHistory = props.bladeburner.consoleHistory;
|
||||
|
||||
if (event.key === KEY.S) {
|
||||
if (event.key === KEY.UP_ARROW) {
|
||||
// up
|
||||
let i = consoleHistoryIndex;
|
||||
const len = consoleHistory.length;
|
||||
|
Loading…
Reference in New Issue
Block a user