summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-08-02 08:38:46 +0200
committerjmoenig <jens@moenig.org>2013-08-02 08:38:46 +0200
commit3d08b59fe0f04d0c16437a5c748603bf28398e23 (patch)
tree534575f25bd4764a7efe9ebce6cedbe339bd1fc5 /blocks.js
parent98eb26f7c2a17cf44aeb5331667fe241d1e15e18 (diff)
downloadsnap-byow-3d08b59fe0f04d0c16437a5c748603bf28398e23.tar.gz
snap-byow-3d08b59fe0f04d0c16437a5c748603bf28398e23.zip
Undrop Comments feature
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/blocks.js b/blocks.js
index ebe85d8..9dfe68c 100644
--- a/blocks.js
+++ b/blocks.js
@@ -10156,6 +10156,7 @@ CommentMorph.prototype.snap = function (hand) {
}
scripts.clearDropHistory();
+ scripts.lastDroppedBlock = this;
target = scripts.closestBlock(this, hand);
if (target !== null) {