kopia lustrzana https://github.com/backface/turtlestitch
rodzic
9882d3dad7
commit
1b5846992b
|
@ -8646,7 +8646,9 @@ InputSlotMorph.prototype.setContents = function (data) {
|
||||||
dta = ''; // make sure the contents text emptied
|
dta = ''; // make sure the contents text emptied
|
||||||
} else { // assume dta is a localizable choice if it's a key in my choices
|
} else { // assume dta is a localizable choice if it's a key in my choices
|
||||||
cnts.isItalic = false;
|
cnts.isItalic = false;
|
||||||
if (!isNil(this.choices) && this.choices[dta] instanceof Array) {
|
if (!isNil(this.choices) &&
|
||||||
|
this.choices[dta] instanceof Array &&
|
||||||
|
this.choices[dta].length === 1) {
|
||||||
return this.setContents(this.choices[dta]);
|
return this.setContents(this.choices[dta]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue