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

Check wildmode for completion list visibility in reset.

This commit is contained in:
Anthony Martin
2011-02-09 15:19:34 -08:00
parent e2e952b008
commit 6058a18aa7

View File

@@ -1132,7 +1132,8 @@ var CommandLine = Module("commandline", {
if (show) {
this.itemList.reset();
this.itemList.visible = true;
if (this.haveType("list"))
this.itemList.visible = true;
this.selected = null;
this.wildIndex = 0;
}