fix: deleting unnecessary log

This commit is contained in:
Aslam H
2024-09-09 19:38:43 +07:00
parent 4765447ccd
commit 4347037589
8 changed files with 0 additions and 11 deletions

View File

@@ -27,7 +27,6 @@ export function useLinkNavigation(allLinks: (LinkSchema | null)[]) {
const handleKeyDown = useCallback(
(e: KeyboardEvent) => {
console.log("handleKeyDown")
if (e.key === "ArrowDown") {
e.preventDefault()
setActiveIndex(prevIndex => {