Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
llaoj committed May 16, 2024
2 parents cb6fd5a + c25007e commit 7d645ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lib/shortcut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ export function useShortcut({
}
document.addEventListener("keydown", keyDownHandler);
return () => document.removeEventListener("keydown", keyDownHandler);
}, []);
});
}

0 comments on commit 7d645ae

Please sign in to comment.