mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
pass moved params thru for component
This commit is contained in:
parent
f2a7a42756
commit
e3375f6241
1 changed files with 8 additions and 0 deletions
|
|
@ -916,6 +916,14 @@ export const Message = as<'div', MessageProps>(
|
|||
onReplyClick={onReplyClick}
|
||||
onEditId={onEditId}
|
||||
onActiveStateChange={setDesktopOptionsActive}
|
||||
handleAddReactions={handleAddReactions}
|
||||
closeMenu={closeMenu}
|
||||
emojiBoardAnchor={emojiBoardAnchor}
|
||||
menuAnchor={menuAnchor}
|
||||
handleOpenEmojiBoard={handleOpenEmojiBoard}
|
||||
setEmojiBoardAnchor={setEmojiBoardAnchor}
|
||||
setMenuAnchor={setMenuAnchor}
|
||||
handleOpenMenu={handleOpenMenu}
|
||||
/>
|
||||
)}
|
||||
{messageLayout === MessageLayout.Compact && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue