This commit is contained in:
mgabdev
2020-05-01 01:50:27 -04:00
parent c15d4f12dc
commit 8e349c368c
99 changed files with 1268 additions and 887 deletions

View File

@@ -195,10 +195,13 @@ class Composer extends PureComponent {
return (
<div className={_s.default}>
<RichTextEditorBar
editorState={editorState}
onChange={this.onChange}
/>
{ /** : todo : */
!small &&
<RichTextEditorBar
editorState={editorState}
onChange={this.onChange}
/>
}
<div
onClick={this.focus}