diff --git a/core/icons/comment_icon.ts b/core/icons/comment_icon.ts index 65d75ea7f4..8cdf779187 100644 --- a/core/icons/comment_icon.ts +++ b/core/icons/comment_icon.ts @@ -315,16 +315,6 @@ export class CommentIcon extends Icon implements IHasBubble, ISerializable { this.textInputBubble.setSize(this.bubbleSize, true); } - /** Shows the non editable text bubble for this comment. */ - private showNonEditableBubble() { - this.textBubble = new TextBubble( - this.getText(), - this.sourceBlock.workspace as WorkspaceSvg, - this.getAnchorLocation(), - this.getBubbleOwnerRect(), - ); - } - /** Hides any open bubbles owned by this comment. */ private hideBubble() { this.textInputBubble?.dispose();