Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Nov 29, 2023
1 parent 5fef4d9 commit 4bcce1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scrapscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,7 @@ def do_repl(self) -> None:
}
document.env = window.localStorage.getItem('env');
input.addEventListener("keyup", async ({key}) => {
// TODO(max): Make up/down arrow keys navigate history
if (key === "Enter") {
const response = await sendRequest(document.env, input.value);
const {env, result} = response;
Expand Down

0 comments on commit 4bcce1a

Please sign in to comment.