Cleaning files

This commit is contained in:
Florian Duros 2022-10-19 19:44:49 +02:00
parent c7e83baa36
commit e9b285c5e0
No known key found for this signature in database
GPG key ID: 9700AA5870258A0B
3 changed files with 1 additions and 5 deletions

View file

@ -316,9 +316,8 @@ class MessageComposer extends React.Component<IProps, IState> {
}
this.messageComposerInput.current?.sendMessage();
// this.composerSendMessage?.();
const isWysiwygComposerEnabled = SettingsStore.getValue("feature_wysiwyg_composer");
const isWysiwygComposerEnabled = SettingsStore.getValue("feature_wysiwyg_composer");
if (isWysiwygComposerEnabled) {
const { permalinkCreator, relation, replyToEvent } = this.props;
sendMessage(this.state.composerContent,