mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 05:38:01 +01:00
Don't trigger completion refresh on substring completion. Why did we do this to begin with?
This commit is contained in:
@@ -382,10 +382,7 @@ function CommandLine() //{{{
|
||||
if (this.items.length > 1)
|
||||
{
|
||||
if (this.substring && this.substring != this.completion)
|
||||
{
|
||||
this.completion = this.substring;
|
||||
liberator.triggerCallback("change", currentExtendedMode, commandline.command);
|
||||
}
|
||||
break;
|
||||
}
|
||||
// Fallthrough
|
||||
|
||||
Reference in New Issue
Block a user