1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 17:27:57 +01:00

Fix commandline history.

Broken in 52993ec.
This commit is contained in:
Doug Kearns
2015-04-26 05:36:25 +10:00
parent 7bfca8bd5b
commit aee0c79752

View File

@@ -1787,6 +1787,8 @@ var CommandLine = Module("commandline", {
if (self.completions) if (self.completions)
self.completions.tabTimer.flush(); self.completions.tabTimer.flush();
commandline.command;
self.accepted = true; self.accepted = true;
return function () { modes.pop(); }; return function () { modes.pop(); };
}); });