mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-17 20:50:29 +03:00
Add text reaction (#1462)
This commit is contained in:
parent
5eafa37cdd
commit
144cf71368
2 changed files with 27 additions and 1 deletions
|
|
@ -734,6 +734,7 @@ export const Message = as<'div', MessageProps>(
|
|||
<EmojiBoard
|
||||
imagePackRooms={imagePackRooms ?? []}
|
||||
returnFocusOnDeactivate={false}
|
||||
allowTextCustomEmoji
|
||||
onEmojiSelect={(key) => {
|
||||
onReactionToggle(mEvent.getId()!, key);
|
||||
setEmojiBoard(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue