mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 17:11:43 +00:00
changelog
This commit is contained in:
parent
a9276faf4b
commit
719dcf1c47
2 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
<div style="position: relative;" >
|
<div style="position: relative;" >
|
||||||
<emoji-suggestions v-if="emojiArray" :emojiArray="emojiArray"/>
|
<emoji-suggestions v-if="emojiArray" :emojiArray="emojiArray"/>
|
||||||
<emoji-panel v-if="showEmojiPanel"/>
|
<emoji-panel v-if="showEmojiPanel" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="message-area">
|
<div class="message-area">
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ const config = [
|
||||||
],
|
],
|
||||||
next: [
|
next: [
|
||||||
'make tabs in emoji panel',
|
'make tabs in emoji panel',
|
||||||
|
'Make it so that emoji panel closes when clicking outside the panel.',
|
||||||
'Custom emojis for freeeee!',
|
'Custom emojis for freeeee!',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue