mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-22 20:53:33 +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.reset();
|
||||||
this.context.tabPressed = tabPressed;
|
this.context.tabPressed = tabPressed;
|
||||||
this.session.complete(this.context);
|
this.session.complete(this.context);
|
||||||
if (this.session.active)
|
if (!this.session.active)
|
||||||
return;
|
return;
|
||||||
this.context.updateAsync = true;
|
this.context.updateAsync = true;
|
||||||
this.reset(show, tabPressed);
|
this.reset(show, tabPressed);
|
||||||
|
|||||||
Reference in New Issue
Block a user