mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 19:10:52 +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) {
|
keyUp(event) {
|
||||||
|
this.showEmojiPopout(event);
|
||||||
},
|
},
|
||||||
enterEmojiSuggestion() {
|
enterEmojiSuggestion() {
|
||||||
const emoji = this.emojiArray[this.emojiIndex];
|
const emoji = this.emojiArray[this.emojiIndex];
|
||||||
|
|
@ -517,7 +517,6 @@ export default {
|
||||||
this.editMessageEvent(editMessage);
|
this.editMessageEvent(editMessage);
|
||||||
},
|
},
|
||||||
message(message) {
|
message(message) {
|
||||||
this.showEmojiPopout(event);
|
|
||||||
this.messageLength = message.length;
|
this.messageLength = message.length;
|
||||||
this.$nextTick(this.resize)
|
this.$nextTick(this.resize)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue