mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 16:47:59 +01:00
Fix some brokenness.
This commit is contained in:
@@ -183,7 +183,7 @@ const CommandLine = Module("commandline", {
|
||||
});
|
||||
this.registerCallback("complete", modes.PROMPT, function (context) {
|
||||
if (self._input.complete)
|
||||
context.fork("input", 0, commandline, input.complete);
|
||||
context.fork("input", 0, commandline, self._input.complete);
|
||||
});
|
||||
|
||||
function cancelPrompt(value) {
|
||||
|
||||
Reference in New Issue
Block a user