Cleaning files
This commit is contained in:
parent
c7e83baa36
commit
e9b285c5e0
3 changed files with 1 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue