kopia lustrzana https://github.com/backface/turtlestitch
improved dropping command blocks into reporter rings
rodzic
37a8c8d6e6
commit
d3a01ea1ee
|
@ -41,6 +41,7 @@
|
||||||
### 2019-02-07
|
### 2019-02-07
|
||||||
* Store: tweaked loading mechanism to enable command blocks inside reporter rings
|
* Store: tweaked loading mechanism to enable command blocks inside reporter rings
|
||||||
* Objects: tweaked spec for settings getter
|
* Objects: tweaked spec for settings getter
|
||||||
|
* Blocks: improved dropping command blocks into reporter rings
|
||||||
|
|
||||||
### 2019-02-06
|
### 2019-02-06
|
||||||
* Blocks, BYOB: refactored custom block input options and drop-down menus
|
* Blocks, BYOB: refactored custom block input options and drop-down menus
|
||||||
|
|
|
@ -11661,8 +11661,7 @@ RingReporterSlotMorph.prototype.attachTargets = function () {
|
||||||
RingReporterSlotMorph.prototype.nestedBlock = function (block) {
|
RingReporterSlotMorph.prototype.nestedBlock = function (block) {
|
||||||
if (block) {
|
if (block) {
|
||||||
var nb = this.nestedBlock();
|
var nb = this.nestedBlock();
|
||||||
this.contents().destroy();
|
this.silentReplaceInput(this.children[0], block);
|
||||||
this.add(block);
|
|
||||||
if (nb) {
|
if (nb) {
|
||||||
block.bottomBlock().nextBlock(nb);
|
block.bottomBlock().nextBlock(nb);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue