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