mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 20:17:59 +01:00
Fix some crap. Closes issue #145.
This commit is contained in:
@@ -1363,7 +1363,7 @@ const CommandLine = Module("commandline", {
|
||||
this.wildIndex = util.Math.constrain(this.wildIndex + 1, 0, this.wildtypes.length - 1);
|
||||
this.preview();
|
||||
|
||||
this._statusTimer.tell();
|
||||
commandline._statusTimer.tell();
|
||||
}
|
||||
|
||||
if (this.items.length == 0)
|
||||
|
||||
Reference in New Issue
Block a user