mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 09:48:00 +01:00
No mapping found
This commit is contained in:
@@ -241,7 +241,7 @@ function CommandLine() //{{{
|
||||
if (show)
|
||||
{
|
||||
this.itemList.reset();
|
||||
this.select(this.RESET);
|
||||
this.selected = null;
|
||||
this.wildIndex = 0;
|
||||
}
|
||||
|
||||
@@ -251,16 +251,9 @@ function CommandLine() //{{{
|
||||
|
||||
_reset: function _reset()
|
||||
{
|
||||
this.prefix = this.context.value.substring(0, this.start);
|
||||
this.value = this.context.value.substring(this.start, this.caret);
|
||||
this.suffix = this.context.value.substring(this.caret);
|
||||
|
||||
this.itemList.reset();
|
||||
this.itemList.selectItem(this.selected);
|
||||
|
||||
this.wildIndex = 0;
|
||||
this.wildtypes = this.wildmode.values;
|
||||
|
||||
this.preview();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user