mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 19:37:59 +01:00
Import fixes from groups branch.
This commit is contained in:
@@ -424,7 +424,7 @@ var Modes = Module("modes", {
|
||||
|
||||
hidden: false,
|
||||
|
||||
input: false,
|
||||
input: Class.memoize(function () this.bases.length && this.bases.some(function (b) b.input)),
|
||||
|
||||
get passUnknown() this.input,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user