mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:07:58 +01:00
Deal with autocomplete fallout from imported patch.
This commit is contained in:
@@ -326,8 +326,8 @@ var CommandMode = Class("CommandMode", {
|
|||||||
if (this.complete)
|
if (this.complete)
|
||||||
this.completions = CommandLine.Completions(commandline.widgets.active.command.inputField, this);
|
this.completions = CommandLine.Completions(commandline.widgets.active.command.inputField, this);
|
||||||
|
|
||||||
if (this.completions && command && options["autocomplete"].length && commandline.commandSession === this)
|
if (this.completions && command && commandline.commandSession === this)
|
||||||
this.completions.complete(true, false);
|
this.completions.autocompleteTimer.flush(true);
|
||||||
},
|
},
|
||||||
|
|
||||||
get holdFocus() this.widgets.active.command.inputField,
|
get holdFocus() this.widgets.active.command.inputField,
|
||||||
|
|||||||
Reference in New Issue
Block a user