mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:35:57 +00:00
pgup/pgdown hotkey normalization:
- pgup/pgdown without modifier scroll headline buffer - shift+pgup/pgdown work similarly to shift+up/down but operating on pages
This commit is contained in:
@@ -314,7 +314,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
else
|
||||
return 0;
|
||||
},
|
||||
scrollPages: function (offset) {
|
||||
scrollByPages: function (offset) {
|
||||
if (!App.isCombinedMode()) {
|
||||
const ci = $("content-insert");
|
||||
if (ci) {
|
||||
|
||||
Reference in New Issue
Block a user