mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-09 23:55:44 +01:00
Fix bug.
This commit is contained in:
@@ -214,7 +214,7 @@ var MOW = Module("mow", {
|
|||||||
const KILL = false, PASS = true;
|
const KILL = false, PASS = true;
|
||||||
|
|
||||||
if (options["more"] && mow.isScrollable(1))
|
if (options["more"] && mow.isScrollable(1))
|
||||||
commandline.updateMorePrompt(false, true);
|
this.updateMorePrompt(false, true);
|
||||||
else {
|
else {
|
||||||
modes.pop();
|
modes.pop();
|
||||||
events.feedkeys(events.toString(event));
|
events.feedkeys(events.toString(event));
|
||||||
|
|||||||
Reference in New Issue
Block a user