Skip to content

Commit

Permalink
Merge pull request #225 from Suwayomi/main
Browse files Browse the repository at this point in the history
remove shift+space logs
  • Loading branch information
Robonau authored Sep 21, 2024
2 parents 153699b + 934cab5 commit f5bf92b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,9 @@
keyEvent.preventDefault();
keyEvent.stopPropagation();
if (keyEvent.shiftKey) {
console.log('space+shift goBackChapter');
goBackChapter();
console.log('space+shift scrolling up');
scrollBy(-0.8);
} else {
console.log('space scrolling down');
doScroll();
}
return;
Expand Down
2 changes: 1 addition & 1 deletion versionToServerVersionMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
{
"tag": "v1.1.0",
"uiVersion": "r1127",
"uiVersion": "r1130",
"serverVersion": "r1502",
"comment": "the server version is between 1.0.0 and 1.1.0 release",
"comment2": "because its the preview version that implemented the breaking changes"
Expand Down

0 comments on commit f5bf92b

Please sign in to comment.