- {this.props.buttonTitle && (
-
- )}
- {this.props.replyType && (
-
- )}
- {this.state.content && (
-
- )}
- {/* A flex expander */}
-
-
- {this.props.showLanguage && (
-
- )}
{this.getFormatButton("bold", this.handleInsertBold)}
{this.getFormatButton("italic", this.handleInsertItalic)}
{this.getFormatButton("link", this.handleInsertLink)}
@@ -283,6 +236,57 @@ export class MarkdownTextArea extends Component<
+ {this.props.showLanguage && (
+
+ )}
+
+ {/* A flex expander */}
+
+
+ {this.props.buttonTitle && (
+
+ )}
+ {this.props.replyType && (
+
+ )}
+ {this.state.content && (
+
+ )}
+