fix: pass down id to append
This commit is contained in:
parent
fd99ff634f
commit
92309d77ec
4 changed files with 14 additions and 6 deletions
|
|
@ -20,7 +20,7 @@ export function ChatMessageActions({
|
|||
return (
|
||||
<div
|
||||
className={cn(
|
||||
'flex w-full items-center justify-end transition-opacity group-hover:opacity-100 md:absolute md:-right-10 md:-top-2 md:opacity-0',
|
||||
'flex items-center justify-end transition-opacity group-hover:opacity-100 md:absolute md:-right-10 md:-top-2 md:opacity-0',
|
||||
className
|
||||
)}
|
||||
{...props}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue