mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 03:02:26 +01:00
Recording macro (null) => useless.
This commit is contained in:
@@ -254,7 +254,7 @@ var Events = Module("events", {
|
||||
else if (macro) {
|
||||
this._macroKeys = [];
|
||||
}
|
||||
else {
|
||||
else if (this.recording) {
|
||||
this._macros.set(this.recording, {
|
||||
keys: this._macroKeys.join(""),
|
||||
timeRecorded: Date.now()
|
||||
|
||||
Reference in New Issue
Block a user