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