diff options
| author | jmoenig <jens@moenig.org> | 2013-08-02 08:38:46 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-08-02 08:38:46 +0200 |
| commit | 3d08b59fe0f04d0c16437a5c748603bf28398e23 (patch) | |
| tree | 534575f25bd4764a7efe9ebce6cedbe339bd1fc5 | |
| parent | 98eb26f7c2a17cf44aeb5331667fe241d1e15e18 (diff) | |
| download | snap-byow-3d08b59fe0f04d0c16437a5c748603bf28398e23.tar.gz snap-byow-3d08b59fe0f04d0c16437a5c748603bf28398e23.zip | |
Undrop Comments feature
| -rw-r--r-- | blocks.js | 1 | ||||
| -rwxr-xr-x | history.txt | 1 |
2 files changed, 2 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) { 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 |
