mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
fix: deleting unnecessary log
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user