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