mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:27:59 +01:00
@@ -776,7 +776,7 @@ var Buffer = Module("buffer", {
|
||||
if (options["scroll"] > 0)
|
||||
this.scrollLines(options["scroll"] * direction);
|
||||
else
|
||||
this.scrollPages(direction / 2);
|
||||
this.scrollVertical("pages", direction / 2);
|
||||
},
|
||||
|
||||
findScrollable: function findScrollable(dir, horizontal) {
|
||||
|
||||
Reference in New Issue
Block a user