kopia lustrzana https://github.com/backface/turtlestitch
revert multi-line support for custom block text slots
because the don’t support brown dots for spacesdev
rodzic
19dee17476
commit
8833b98ff6
|
@ -857,8 +857,8 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
|
||||||
part.isUnevaluated = true;
|
part.isUnevaluated = true;
|
||||||
break;
|
break;
|
||||||
case '%txt':
|
case '%txt':
|
||||||
// part = new InputSlotMorph(); // supports whitespace dots
|
part = new InputSlotMorph(); // supports whitespace dots
|
||||||
part = new TextSlotMorph(); // multi-line, no whitespace dots
|
// part = new TextSlotMorph(); // multi-line, no whitespace dots
|
||||||
part.minWidth = part.height() * 1.7; // "landscape"
|
part.minWidth = part.height() * 1.7; // "landscape"
|
||||||
part.fixLayout();
|
part.fixLayout();
|
||||||
break;
|
break;
|
||||||
|
|
Ładowanie…
Reference in New Issue