diff --git a/blocks.js b/blocks.js index 48d7b421..2a44a88c 100644 --- a/blocks.js +++ b/blocks.js @@ -857,7 +857,8 @@ SyntaxElementMorph.prototype.labelPart = function (spec) { part.isUnevaluated = true; break; case '%txt': - part = new InputSlotMorph(); + // part = new InputSlotMorph(); // supports whitespace dots + part = new TextSlotMorph(); // multi-line, no whitespace dots part.minWidth = part.height() * 1.7; // "landscape" part.fixLayout(); break;