We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a266a commit 0f7cddeCopy full SHA for 0f7cdde
1 file changed
core/block_svg.ts
@@ -282,6 +282,10 @@ export class BlockSvg
282
prefix = `${parentInput.getFieldRowLabel()} `;
283
}
284
285
+ if (this.getRootBlock() === this) {
286
+ prefix = 'Begin stack, ' + prefix;
287
+ }
288
+
289
let additionalInfo = blockTypeText;
290
if (inputSummary) {
291
additionalInfo = `${additionalInfo} with ${inputSummary}`;
0 commit comments