mirror of
https://github.com/google/blockly.git
synced 2026-01-11 19:07:08 +01:00
Fix undo (#4511)
This commit is contained in:
@@ -296,7 +296,7 @@ Blockly.Events.filter = function(queueIn, forward) {
|
||||
} else {
|
||||
// Collision: newer events should merge into this event to maintain
|
||||
// order.
|
||||
hash[key] = {event: event, index: 1};
|
||||
hash[key] = {event: event, index: i};
|
||||
mergedQueue.push(event);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user