mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-16 21:11:16 +00:00
fixed bugs with suggestion panel
This commit is contained in:
parent
b86a0aa2cd
commit
08ae891f11
1 changed files with 1 additions and 2 deletions
|
|
@ -301,7 +301,7 @@ export default {
|
|||
}
|
||||
},
|
||||
keyUp(event) {
|
||||
|
||||
this.showEmojiPopout(event);
|
||||
},
|
||||
enterEmojiSuggestion() {
|
||||
const emoji = this.emojiArray[this.emojiIndex];
|
||||
|
|
@ -517,7 +517,6 @@ export default {
|
|||
this.editMessageEvent(editMessage);
|
||||
},
|
||||
message(message) {
|
||||
this.showEmojiPopout(event);
|
||||
this.messageLength = message.length;
|
||||
this.$nextTick(this.resize)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue