Skip to content

Commit

Permalink
feat: Add a blocklyTextBubble CSS class to the text bubble #8331 (#8333)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirmalkumar6112 authored Jul 16, 2024
1 parent ae2fea4 commit c553206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/bubbles/text_bubble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit c553206

Please sign in to comment.