Skip to content

Commit 55cc27b

Browse files
author
Dylan Zhang
committed
adding comments back
1 parent 1ecd22b commit 55cc27b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/components/Terminal.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ const Terminal = () => {
3333
router.push(target);
3434
};
3535

36+
// Checking for "Enter" and if so, changing to
37+
// the inputted page
3638
const handleKey = (key: string) => {
3739
if (key !== "Enter") return;
3840

0 commit comments

Comments
 (0)