mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 16:04:11 +01:00
Fix :listkeys.
This commit is contained in:
@@ -29,7 +29,7 @@ const Modes = Module("modes", {
|
||||
}
|
||||
});
|
||||
|
||||
this._mainModes = [this.NONE];
|
||||
this._mainModes = [];
|
||||
this._lastMode = 0;
|
||||
this._modeMap = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user