mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 08:07:59 +01:00
Fix bug in last commit.
This commit is contained in:
@@ -1087,7 +1087,7 @@ const CommandLine = Module("commandline", {
|
|||||||
|
|
||||||
// unmapped key
|
// unmapped key
|
||||||
default:
|
default:
|
||||||
if (!options["more"] || !atEnd(-1))
|
if (!options["more"] || atEnd(1))
|
||||||
passEvent = true;
|
passEvent = true;
|
||||||
else
|
else
|
||||||
showMoreHelpPrompt = true;
|
showMoreHelpPrompt = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user