mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 04:02:27 +01:00
Remove unused variable assignment from CommandLine#onMultilineInputEvent.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user