Skip to content

Commit

Permalink
Minor Bug Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingzy committed Jan 20, 2024
1 parent 3f73849 commit 585143e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@

---

This is an open source project, you can find the source code in this <a href="https://github.com/zingzy/panda-api" class="url">Github Repo</a>.
This is an open source project, you can find the source code in this <a href="https://github.com/zingzy/panda-api" class="url" target="_blank">Github Repo</a>.

---

Expand Down Expand Up @@ -342,6 +342,7 @@
outputArea.innerHTML = '';
let intial_command = document.querySelector('.inital-command');
intial_command.parentNode.removeChild(intial_command);
commandInput.value = '';
}

commandInput.addEventListener('keydown', function (event) {
Expand Down

0 comments on commit 585143e

Please sign in to comment.