summaryrefslogtreecommitdiff
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
parent98eb26f7c2a17cf44aeb5331667fe241d1e15e18 (diff)
downloadsnap-3d08b59fe0f04d0c16437a5c748603bf28398e23.tar.gz
snap-3d08b59fe0f04d0c16437a5c748603bf28398e23.zip
Undrop Comments feature
-rw-r--r--blocks.js1
-rwxr-xr-xhistory.txt1
2 files changed, 2 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) {
diff --git a/history.txt b/history.txt
index 87d62b5..e28f7a0 100755
--- a/history.txt
+++ b/history.txt
@@ -1843,3 +1843,4 @@ ______
130802
------
* Blocks: Undrop Reporters feature tweaks
+* Blocks: Undrop Comments feature