changelog

This commit is contained in:
supertiger 2019-03-20 21:07:45 +00:00
parent a9276faf4b
commit 719dcf1c47
2 changed files with 2 additions and 1 deletions

View file

@ -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">

View file

@ -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!',
] ]
}, },