You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Use isComposerEmpty for send button
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -489,7 +489,7 @@ export default class MessageComposer extends React.Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.state.showSendButton) {
|
if (!this.state.isComposerEmpty) {
|
||||||
controls.push(
|
controls.push(
|
||||||
<SendButton onClick={this.sendMessage} />,
|
<SendButton onClick={this.sendMessage} />,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user