mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 08:52:27 +01:00
Precompute completion string matching function.
This commit is contained in:
@@ -105,7 +105,8 @@ const CommandLine = Module("commandline", {
|
||||
this._autocompleteTimer = Timer(200, 500, function autocompleteTell(tabPressed) {
|
||||
if (!events.feedingKeys && self._completions && options.get("autocomplete").values.length) {
|
||||
self._completions.complete(true, false);
|
||||
self._completions.itemList.show();
|
||||
if (self._completions)
|
||||
self._completions.itemList.show();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user