diff options
-rw-r--r-- | common/content/commandline.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/content/commandline.js b/common/content/commandline.js index c7de5827..4c07e36d 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -1087,7 +1087,6 @@ var CommandLine = Module("commandline", { function atEnd(dir) !Buffer.isScrollable(elem, dir || 1); if (!options["more"] || atEnd(1)) { - passEvent = true; modes.pop(); events.feedkeys(key); } |