mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 21:17:59 +01:00
Properly blur the command line when leaving command line mode. Closes issue #285.
This commit is contained in:
@@ -440,6 +440,8 @@ var Modes = Module("modes", {
|
||||
|
||||
input: Class.memoize(function () this.bases.length && this.bases.some(function (b) b.input)),
|
||||
|
||||
ownsFocus: Class.memoize(function () this.bases.length && this.bases.some(function (b) b.ownsFocus)),
|
||||
|
||||
get passUnknown() this.input,
|
||||
|
||||
get mask() this,
|
||||
|
||||
Reference in New Issue
Block a user