mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user