mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-16 10:34:12 +01:00
Fix: commandline.input does not set "completions".
This commit is contained in:
@@ -915,6 +915,8 @@ function CommandLine() //{{{
|
||||
setPrompt(prompt + " ", this.HL_QUESTION);
|
||||
setCommand(extra.default || "");
|
||||
commandWidget.focus();
|
||||
|
||||
completions = new Completions(CompletionContext(commandWidget.inputField.editor));
|
||||
},
|
||||
|
||||
// reads a multi line input and returns the string once the last line matches
|
||||
|
||||
Reference in New Issue
Block a user