Copy css for edition
This commit is contained in:
parent
e9b285c5e0
commit
5e6d0f6404
7 changed files with 62 additions and 6 deletions
|
@ -39,7 +39,7 @@ const Content = forwardRef<HTMLElement, ContentProps>(
|
|||
|
||||
export function SendWysiwygComposer(props: SendWysiwygComposerProps) {
|
||||
return (
|
||||
<WysiwygComposer {...props}>{ (ref, wysiwyg) => (
|
||||
<WysiwygComposer className="mx_SendWysiwygComposer" {...props}>{ (ref, wysiwyg) => (
|
||||
<Content disabled={props.disabled} ref={ref} formattingFunctions={wysiwyg} />
|
||||
) }
|
||||
</WysiwygComposer>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue