mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-13 19:42:01 +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;" >
|
||||
<emoji-suggestions v-if="emojiArray" :emojiArray="emojiArray"/>
|
||||
<emoji-panel v-if="showEmojiPanel"/>
|
||||
<emoji-panel v-if="showEmojiPanel" />
|
||||
</div>
|
||||
|
||||
<div class="message-area">
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ const config = [
|
|||
],
|
||||
next: [
|
||||
'make tabs in emoji panel',
|
||||
'Make it so that emoji panel closes when clicking outside the panel.',
|
||||
'Custom emojis for freeeee!',
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue