From: Alec Armbruster <35377827+alectrocute@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:59:06 +0000 (-0400) Subject: fix weird borders when markdown textarea is disabled X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=9cf3c33823ab5dfd002c4813c06cc93a38272e59;p=lemmy-ui.git fix weird borders when markdown textarea is disabled --- diff --git a/src/shared/components/common/markdown-textarea.tsx b/src/shared/components/common/markdown-textarea.tsx index 8963d5e..3f5b6e1 100644 --- a/src/shared/components/common/markdown-textarea.tsx +++ b/src/shared/components/common/markdown-textarea.tsx @@ -159,13 +159,16 @@ export class MarkdownTextArea extends Component<
-
+
{this.getFormatButton("bold", this.handleInsertBold)} {this.getFormatButton("italic", this.handleInsertItalic)} {this.getFormatButton("link", this.handleInsertLink)} this.handleEmoji(this, e)} - disabled={this.isDisabled} >