1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 05:52:27 +01:00

Don't regenerate hints after following unique filtered hint, please.

This commit is contained in:
Kris Maglione
2011-01-11 20:58:40 -05:00
parent 5b162a04b5
commit 37b536c637
2 changed files with 7 additions and 0 deletions

View File

@@ -550,6 +550,10 @@ var Hints = Module("hints", {
this.timeout(next, 50);
}).call(this);
modes.pop();
if (timeout)
modes.push(modes.IGNORE, modes.HINTS);
this.timeout(function () {
if ((modes.extended & modes.HINTS) && !this._continue)
modes.pop();