Skip to content

Commit

Permalink
chore: Run formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko committed Nov 1, 2024
1 parent 51fcea2 commit 19546e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/bubbles/textinput_bubble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class TextInputBubble extends Bubble {
45 + Bubble.DOUBLE_BORDER,
20 + Bubble.DOUBLE_BORDER,
);

private editable = true;

/**
Expand Down Expand Up @@ -107,7 +107,7 @@ export class TextInputBubble extends Bubble {
this.textArea.setAttribute('readonly', '');
}
}

/** Returns whether or not the text in the bubble is editable. */
isEditable(): boolean {
return this.editable;
Expand Down
2 changes: 1 addition & 1 deletion core/icons/comment_icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export class CommentIcon extends Icon implements IHasBubble, ISerializable {
this.createBubble();
this.textInputBubble?.setEditable(false);
}

protected createBubble() {
this.textInputBubble = new TextInputBubble(
this.sourceBlock.workspace as WorkspaceSvg,
Expand Down

0 comments on commit 19546e1

Please sign in to comment.