Merge branch '397-multiple-emoji-input' into 'dev'
Emoji: support multiple emoji input See merge request keanuapp/keanuapp-weblite!126
This commit is contained in:
commit
e0b2dcbbda
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