From 3d08b59fe0f04d0c16437a5c748603bf28398e23 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 2 Aug 2013 08:38:46 +0200 Subject: Undrop Comments feature --- blocks.js | 1 + history.txt | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v1.3.1