Skip to content

Commit

Permalink
Merge pull request #12181 from nextcloud/backport/12177/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(NewMessage): clear debounce queue when posting a message
  • Loading branch information
Antreesy authored Apr 22, 2024
2 parents 47e8627 + cac61e5 commit 778f2ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NewMessage/NewMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ export default {
}

// Clear input content from store
this.debouncedUpdateChatInput.clear()
this.chatExtrasStore.removeChatInput(this.token)

if (this.upload) {
Expand Down

0 comments on commit 778f2ab

Please sign in to comment.