Fix tooltip for emojis

ipad-testing
Noah 2023-08-13 23:09:11 -07:00
parent b5429226d6
commit 591775a34d
1 changed files with 1 additions and 1 deletions

View File

@ -1271,7 +1271,7 @@
<div class="column is-narrow pl-0">
<!-- Emoji icon -->
<span v-if="u.emoji" class="pr-1 cursor-default"
:title="u.emoji.indexOf(' ') > -1 ? u.emoji.split(' ')[1] : u.emoji">
:title="u.emoji">
[[ u.emoji.split(" ")[0] ]]
</span>