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