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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user