-
Notifications
You must be signed in to change notification settings - Fork 80
Description
I am using a custom set of emoji's which is working well.
I am trying to set the 'emoji shown when no emojis are hovered' to one of these custom emoji's but it is returning nothing.
My custom set of emjoi's is working fine and is loaded under :custom in the follow sinppet.
<picker v-show="showEmojiPicker" title="Close" emoji="cross-mark" @select="addEmoji" @mousedown.13="getSelectionTest" @click="getSelectionTest" style="user-select:none;" :custom="customEmojis" :include = "includes" />
cross-mark refers to this reference in my data.json which I am trying to load:
{ "id" : "cross-mark", "name": "Cross Mark", "short_names": ["cross_mark"], "text": "", "emoticons": "2764", "keywords": ["cross","mark"], "imageUrl": "https://vapor-xxxxxx.s3.eu-west-2.amazonaws.com/upload/emoji/2764.png", "unified": "1f60d" }
Can you please confirm whether or not this functionality already exists, or if the 'not hovered' icon must refer to a non-custom property?