mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 18:44:12 +01:00
Fix typo in last commit. :(
This commit is contained in:
@@ -1064,7 +1064,7 @@ var CommandLine = Module("commandline", {
|
||||
this.context.reset();
|
||||
this.context.tabPressed = tabPressed;
|
||||
this.session.complete(this.context);
|
||||
if (this.session.active)
|
||||
if (!this.session.active)
|
||||
return;
|
||||
this.context.updateAsync = true;
|
||||
this.reset(show, tabPressed);
|
||||
|
||||
Reference in New Issue
Block a user