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 4885e5d commit 4d0bb2aCopy full SHA for 4d0bb2a
src/app/Providers.tsx
@@ -22,7 +22,6 @@ export default function Providers({ children }: PropsWithChildren) {
22
23
useEffect(() => {
24
const onKeyDown = (e: KeyboardEvent) => {
25
- console.log(e.code);
26
if (e.code === 'Space') {
27
player.togglePlayPause();
28
}
0 commit comments