kopia lustrzana https://github.com/backface/turtlestitch
fixed a type error
rodzic
4365c42d4b
commit
feefac6926
|
@ -2028,8 +2028,10 @@ SyntaxElementMorph.prototype.fixLayout = function () {
|
||||||
part.bounds.setWidth(blockWidth - myself.edge - ico);
|
part.bounds.setWidth(blockWidth - myself.edge - ico);
|
||||||
adjustMultiWidth = myself.corner + myself.edge;
|
adjustMultiWidth = myself.corner + myself.edge;
|
||||||
}
|
}
|
||||||
|
if (part.fixLoopLayout) { // not a multi-arg
|
||||||
part.fixLoopLayout();
|
part.fixLoopLayout();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (part.slotSpec === '%cs') {
|
if (part.slotSpec === '%cs') {
|
||||||
part.inputs().forEach(function (slot) {
|
part.inputs().forEach(function (slot) {
|
||||||
slot.bounds.setWidth(
|
slot.bounds.setWidth(
|
||||||
|
|
Ładowanie…
Reference in New Issue