Rename wysiwyg prop into composer

This commit is contained in:
Florian Duros 2022-10-14 10:56:34 +02:00
parent 6b6af28ea9
commit c0bf45fddc
No known key found for this signature in database
GPG key ID: 9700AA5870258A0B
3 changed files with 10 additions and 10 deletions

View file

@ -57,7 +57,7 @@ export function WysiwygComposer(
return (
<div className="mx_WysiwygComposer">
<FormattingButtons wysiwyg={wysiwyg} formattingStates={formattingStates} />
<FormattingButtons composer={wysiwyg} formattingStates={formattingStates} />
<Editor ref={ref} disabled={!isWysiwygReady || disabled} />
{ children?.(memoizedSendMessage) }
</div>