mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 14:27:58 +01:00
Fix g;
This commit is contained in:
@@ -550,9 +550,11 @@ var Hints = Module("hints", {
|
||||
this.timeout(next, 50);
|
||||
}).call(this);
|
||||
|
||||
modes.pop();
|
||||
if (timeout)
|
||||
modes.push(modes.IGNORE, modes.HINTS);
|
||||
if (!this._continue) {
|
||||
modes.pop();
|
||||
if (timeout)
|
||||
modes.push(modes.IGNORE, modes.HINTS);
|
||||
}
|
||||
|
||||
this.timeout(function () {
|
||||
if ((modes.extended & modes.HINTS) && !this._continue)
|
||||
|
||||
Reference in New Issue
Block a user