mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 06:50:28 +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}
|
onReplyClick={onReplyClick}
|
||||||
onEditId={onEditId}
|
onEditId={onEditId}
|
||||||
onActiveStateChange={setDesktopOptionsActive}
|
onActiveStateChange={setDesktopOptionsActive}
|
||||||
|
handleAddReactions={handleAddReactions}
|
||||||
|
closeMenu={closeMenu}
|
||||||
|
emojiBoardAnchor={emojiBoardAnchor}
|
||||||
|
menuAnchor={menuAnchor}
|
||||||
|
handleOpenEmojiBoard={handleOpenEmojiBoard}
|
||||||
|
setEmojiBoardAnchor={setEmojiBoardAnchor}
|
||||||
|
setMenuAnchor={setMenuAnchor}
|
||||||
|
handleOpenMenu={handleOpenMenu}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{messageLayout === MessageLayout.Compact && (
|
{messageLayout === MessageLayout.Compact && (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue