We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecd22b commit 55cc27bCopy full SHA for 55cc27b
frontend/src/components/Terminal.tsx
@@ -33,6 +33,8 @@ const Terminal = () => {
33
router.push(target);
34
};
35
36
+ // Checking for "Enter" and if so, changing to
37
+ // the inputted page
38
const handleKey = (key: string) => {
39
if (key !== "Enter") return;
40
0 commit comments