mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 18:15:46 +01:00
Fix occasional lingering IGNORE mode after hints.
This commit is contained in:
@@ -445,6 +445,9 @@ var Modes = Module("modes", {
|
||||
},
|
||||
|
||||
push: function push(mainMode, extendedMode, params) {
|
||||
if (this.main == this.IGNORE)
|
||||
this.pop();
|
||||
|
||||
this.set(mainMode, extendedMode, params, { push: this.topOfStack });
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user