improve emoji reaction action button behavior and feedback

This commit is contained in:
Henry Jameson 2026-06-01 20:50:12 +03:00
commit a2a1346162
8 changed files with 28 additions and 4 deletions

View file

@ -100,6 +100,8 @@
:hide-custom-emoji="hideCustomEmoji"
class="emoji-picker-panel"
@emoji="addReaction"
@show="onShowEmojiPicker"
@close="onHideEmojiPicker"
/>
</div>
</template>