mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:32:25 +01:00
made autocompletions not hang the GUI for quick input
This commit is contained in:
@@ -153,6 +153,7 @@ function CommandLine() //{{{
|
||||
var promptCompleter = null;
|
||||
|
||||
liberator.registerCallback("change", modes.EX, function (command) {
|
||||
completion.cancel(); // cancel any previous completion function
|
||||
if (options.get("wildoptions").has("auto"))
|
||||
autocompleteTimer.tell(command);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user