Skip to content

Commit

Permalink
fix(NewMessage): clear debounce queue when posting a message
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy authored and backportbot[bot] committed Apr 22, 2024
1 parent 47e8627 commit cac61e5
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 cac61e5

Please sign in to comment.