mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 00:27:57 +01:00
Fix "match n of m" getting stuck in the progress area.
This commit is contained in:
@@ -1257,6 +1257,8 @@ var CommandLine = Module("commandline", {
|
||||
this.wildIndex++;
|
||||
this.preview();
|
||||
|
||||
modes.dumpStack();
|
||||
util.dumpStack();
|
||||
if (this.selected == null)
|
||||
statusline.progress = "";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user