typo
This commit is contained in:
@@ -45,7 +45,7 @@ export default function Home() {
|
||||
function handleKeypress(e: KeyboardEvent) {
|
||||
switch (e.key) {
|
||||
case 'ArrowRight': {
|
||||
if (document.activeElement?.id === 'search') {
|
||||
if (document.activeElement?.id !== 'search') {
|
||||
onNextBackground();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user