mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:47:59 +01:00
Fix regex filters for site-specific mappings.
--HG-- branch : key-processing
This commit is contained in:
@@ -324,7 +324,7 @@ var CommandMode = Class("CommandMode", {
|
||||
if (this.command || stack.pop && commandline.command) {
|
||||
this.onChange(commandline.command);
|
||||
if (this.completions)
|
||||
this.completions.autocompleteTimer.flush(true);
|
||||
this.completions.complete(true, false);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user