diff --git a/common/content/commandline.js b/common/content/commandline.js index 7e4fb94e..0da9dd8e 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -1787,6 +1787,8 @@ var CommandLine = Module("commandline", { if (self.completions) self.completions.tabTimer.flush(); + commandline.command; + self.accepted = true; return function () { modes.pop(); }; });