feat: Add a blocklyTextBubble CSS class to the text bubble #8331 (#8333)

This commit is contained in:
Nirmal Kumar
2024-07-17 01:39:49 +05:30
committed by GitHub
parent ae2fea484f
commit c5532066f5

View File

@@ -27,6 +27,7 @@ export class TextBubble extends Bubble {
super(workspace, anchor, ownerRect);
this.paragraph = this.stringToSvg(text, this.contentContainer);
this.updateBubbleSize();
dom.addClass(this.svgRoot, 'blocklyTextBubble');
}
/** @returns the current text of this text bubble. */