Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikL committed May 11, 2024
1 parent 6f04e52 commit 67cd3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Browser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
this.prev()
} else if (event.key === 'ArrowRight') {
this.next()
} else if (event.key === 'Space') {
} else if (event.key === ' ') {
this.showHide()
}
},
Expand Down

0 comments on commit 67cd3f2

Please sign in to comment.