mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 07:03:33 +01:00
Fix macro playback.
--HG-- extra : rebase_source : eaf191e08d2aba1a27beb06f682be8d4a73144f5
This commit is contained in:
@@ -1155,7 +1155,7 @@ var Events = Module("events", {
|
|||||||
this.pendingMotionMap = [map, command];
|
this.pendingMotionMap = [map, command];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (modes.replaying && !this.waitForPageLoad())
|
if (modes.replaying && !events.waitForPageLoad())
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return !execute(map, null, this.count, null, command) || !map.route;
|
return !execute(map, null, this.count, null, command) || !map.route;
|
||||||
|
|||||||
Reference in New Issue
Block a user