mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 06:47:58 +01:00
Fix :normal. Closes issue #275.
This commit is contained in:
@@ -666,6 +666,8 @@ var CommandLine = Module("commandline", {
|
||||
return this.widgets.command = val;
|
||||
return this._lastCommand = val;
|
||||
},
|
||||
get lastCommand() this._lastCommand || this.command,
|
||||
set lastCommand(val) { this._lastCommand = val },
|
||||
|
||||
clear: function () {
|
||||
if (this.widgets.message && this.widgets.message[1] === this._lastClearable)
|
||||
|
||||
Reference in New Issue
Block a user