mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 00:17:58 +01:00
Check wildmode for completion list visibility in reset.
This commit is contained in:
@@ -1132,7 +1132,8 @@ var CommandLine = Module("commandline", {
|
|||||||
|
|
||||||
if (show) {
|
if (show) {
|
||||||
this.itemList.reset();
|
this.itemList.reset();
|
||||||
this.itemList.visible = true;
|
if (this.haveType("list"))
|
||||||
|
this.itemList.visible = true;
|
||||||
this.selected = null;
|
this.selected = null;
|
||||||
this.wildIndex = 0;
|
this.wildIndex = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user