This commit is contained in:
alschmiedt
2020-12-10 09:02:00 -08:00
committed by GitHub
parent bdb1cc956b
commit a4e6cfe393

View File

@@ -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);
}
}