Skip to content

Commit

Permalink
fix per page keyboard handling
Browse files Browse the repository at this point in the history
  • Loading branch information
robrotheram committed Dec 29, 2023
1 parent 5dab47e commit e981f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/eastnor/pages/photo.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
let NextImagePath = "{{.NextImagePath}}"
PreImagePath = PreImagePath ? PreImagePath : "{{.Picture.Id}}"
NextImagePath = PreImagePath ? NextImagePath : "{{.Picture.Id}}"
NextImagePath = NextImagePath ? NextImagePath : "{{.Picture.Id}}"
document.addEventListener('keydown', (e) => {
Expand Down

0 comments on commit e981f07

Please sign in to comment.