summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksim Sukharev <antreesy.web@gmail.com>2024-04-22 12:06:12 +0200
committerGitHub <noreply@github.com>2024-04-22 12:06:12 +0200
commit2f68bda9d3ed461fcb6fff30c9a35821109d0286 (patch)
treecea9efe5a76ca9f59fcba61cf7cb83322c415be0
parentba3a6731c8ad228397d1ab7a33b3fb8f0e953029 (diff)
parent170a54f2ca2fb7e1cea4f3c7f06161fc667d9a1b (diff)
Merge pull request #12177 from nextcloud/fix/12061/flush-when-send
fix(NewMessage): clear debounce queue when posting a message
-rw-r--r--src/components/NewMessage/NewMessage.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/NewMessage/NewMessage.vue b/src/components/NewMessage/NewMessage.vue
index f2c809d77..7d52eb314 100644
--- a/src/components/NewMessage/NewMessage.vue
+++ b/src/components/NewMessage/NewMessage.vue
@@ -660,6 +660,7 @@ export default {
}
// Clear input content from store
+ this.debouncedUpdateChatInput.clear()
this.chatExtrasStore.removeChatInput(this.token)
if (this.upload) {