diff options
Diffstat (limited to 'blocks.js')
| -rw-r--r-- | blocks.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10156,6 +10156,7 @@ CommentMorph.prototype.snap = function (hand) { } scripts.clearDropHistory(); + scripts.lastDroppedBlock = this; target = scripts.closestBlock(this, hand); if (target !== null) { |
