diff --git a/src/components/NewMessage/NewMessage.vue b/src/components/NewMessage/NewMessage.vue index 863e3c78229..eba7e11d232 100644 --- a/src/components/NewMessage/NewMessage.vue +++ b/src/components/NewMessage/NewMessage.vue @@ -584,7 +584,7 @@ export default { handleTyping() { // Enable signal sending, only if indicator for this input is on - if (!this.showTypingStatus) { + if (!this.showTypingStatus || this.messageToEdit) { return }