Emoji: support multiple emoji input

This commit is contained in:
10G Meow 2023-01-07 11:04:07 +02:00 committed by n8fr8
parent 11dcc24859
commit 7b5df7d521

View file

@ -1273,7 +1273,7 @@ export default {
}
} else {
// When text input emoji picker is clicked
this.currentInput = e.data;
this.currentInput = `${this.currentInput} ${e.data}`;
this.$refs.messageInput.focus();
}