Undrop Comments feature

pull/3/merge
jmoenig 2013-08-02 08:38:46 +02:00
rodzic 98eb26f7c2
commit 3d08b59fe0
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -10156,6 +10156,7 @@ CommentMorph.prototype.snap = function (hand) {
} }
scripts.clearDropHistory(); scripts.clearDropHistory();
scripts.lastDroppedBlock = this;
target = scripts.closestBlock(this, hand); target = scripts.closestBlock(this, hand);
if (target !== null) { if (target !== null) {

Wyświetl plik

@ -1843,3 +1843,4 @@ ______
130802 130802
------ ------
* Blocks: Undrop Reporters feature tweaks * Blocks: Undrop Reporters feature tweaks
* Blocks: Undrop Comments feature