summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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