mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 07:14:13 +01:00
Fix scrolling commands.
This commit is contained in:
@@ -231,7 +231,7 @@ var KeyProcessor = Class("KeyProcessor", {
|
||||
|
||||
countStr: "",
|
||||
command: "",
|
||||
get count() this.countStr ? Number(this.countStr) : this.main.params.count,
|
||||
get count() this.countStr ? Number(this.countStr) : this.main.params.count || null,
|
||||
|
||||
append: function append(event) {
|
||||
this.events.push(event);
|
||||
|
||||
Reference in New Issue
Block a user