mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
fix handling for UpArrow in bladeburner console
This commit is contained in:
@@ -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.UPARROW) {
|
||||
// up
|
||||
let i = consoleHistoryIndex;
|
||||
const len = consoleHistory.length;
|
||||
|
||||
Reference in New Issue
Block a user