1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 22:47:59 +01:00

Fix async completion bug.

This commit is contained in:
Kris Maglione
2008-12-05 11:28:19 -05:00
parent dad290efcf
commit 24c80ddb8a

View File

@@ -251,6 +251,9 @@ function CommandLine() //{{{
_reset: function _reset() _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.reset();
this.itemList.selectItem(this.selected); this.itemList.selectItem(this.selected);