From aee0c79752a2bc762d29f7d48f0ebf50568669f4 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 26 Apr 2015 05:36:25 +1000 Subject: [PATCH] Fix commandline history. Broken in 52993ec. --- common/content/commandline.js | 2 ++ 1 file changed, 2 insertions(+) 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(); }; });