component classes v2
This commit is contained in:
parent
54b5d62df5
commit
5033b024f6
61 changed files with 109 additions and 70 deletions
|
@ -136,7 +136,11 @@ export class MarkdownTextArea extends Component<
|
|||
// message={i18n.t("block_leaving")}
|
||||
// />
|
||||
return (
|
||||
<form id={this.formId} onSubmit={linkEvent(this, this.handleSubmit)}>
|
||||
<form
|
||||
className="markdown-textarea"
|
||||
id={this.formId}
|
||||
onSubmit={linkEvent(this, this.handleSubmit)}
|
||||
>
|
||||
<NavigationPrompt
|
||||
when={
|
||||
!this.props.hideNavigationWarnings &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue