feat(reactions): load emojis from bundle

This commit is contained in:
kolaente 2024-03-12 14:38:03 +01:00
parent 68391d4b49
commit aa840286fd
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ async function toggleReaction(value: string) {
:style="{left: emojiPickerPosition?.left + 'px'}"
@emojiClick="detail => addReaction(detail.unicode)"
ref="emojiPickerRef"
data-source="/emojis.json"
/>
</CustomTransition>
</div>