mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 06:04:11 +01:00
Fix t_p broken in revision 650be38ccc54. Closes issue #391.
This commit is contained in:
@@ -231,7 +231,7 @@ var KeyProcessor = Class("KeyProcessor", {
|
||||
}
|
||||
|
||||
if (!this.waiting)
|
||||
return this.main.input ? Events.PASS : Events.ABORT;
|
||||
return this.main.insert ? Events.PASS : Events.ABORT;
|
||||
|
||||
return Events.WAIT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user