mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:37:58 +01:00
Fix async completion bug.
This commit is contained in:
@@ -251,6 +251,9 @@ function CommandLine() //{{{
|
||||
|
||||
_reset: function _reset()
|
||||
{
|
||||
this.prefix = this.prefix + this.value.substr(0, this.start);
|
||||
this.value = this.value.substr(this.start);
|
||||
|
||||
this.itemList.reset();
|
||||
this.itemList.selectItem(this.selected);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user