Emoji: support multiple emoji input
This commit is contained in:
parent
34f095e67f
commit
db6d69df1b
1 changed files with 1 additions and 1 deletions
|
|
@ -1273,7 +1273,7 @@ export default {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// When text input emoji picker is clicked
|
// When text input emoji picker is clicked
|
||||||
this.currentInput = e.data;
|
this.currentInput = `${this.currentInput} ${e.data}`;
|
||||||
this.$refs.messageInput.focus();
|
this.$refs.messageInput.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue