kopia lustrzana https://github.com/backface/turtlestitch
commented out default value restoration (under construction)
rodzic
f4dd95141d
commit
cc1cd75a80
|
@ -3227,6 +3227,7 @@ BlockMorph.prototype.setSelector = function (aSelector, inputOffset = 0) {
|
||||||
surplus = this.restoreInputs(oldInputs, -inputOffset);
|
surplus = this.restoreInputs(oldInputs, -inputOffset);
|
||||||
this.fixLabelColor();
|
this.fixLabelColor();
|
||||||
|
|
||||||
|
/*
|
||||||
// restore default values
|
// restore default values
|
||||||
slots = this.inputs();
|
slots = this.inputs();
|
||||||
if (slots[0] instanceof MultiArgMorph) {
|
if (slots[0] instanceof MultiArgMorph) {
|
||||||
|
@ -3239,6 +3240,7 @@ BlockMorph.prototype.setSelector = function (aSelector, inputOffset = 0) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// place surplus blocks on scipts
|
// place surplus blocks on scipts
|
||||||
if (scripts && surplus.length) {
|
if (scripts && surplus.length) {
|
||||||
|
|
Ładowanie…
Reference in New Issue