commented out default value restoration (under construction)

pull/95/head
jmoenig 2020-06-19 20:10:16 +02:00
rodzic f4dd95141d
commit cc1cd75a80
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -3227,6 +3227,7 @@ BlockMorph.prototype.setSelector = function (aSelector, inputOffset = 0) {
surplus = this.restoreInputs(oldInputs, -inputOffset);
this.fixLabelColor();
/*
// restore default values
slots = this.inputs();
if (slots[0] instanceof MultiArgMorph) {
@ -3239,6 +3240,7 @@ BlockMorph.prototype.setSelector = function (aSelector, inputOffset = 0) {
}
}
}
*/
// place surplus blocks on scipts
if (scripts && surplus.length) {