mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-02-13 17:10:06 +00:00
fix message options sticks
This commit is contained in:
parent
4feef2c0a5
commit
0df38f0461
|
@ -674,7 +674,7 @@ export const Message = as<'div', MessageProps>(
|
|||
selected={menu || emojiBoard}
|
||||
{...props}
|
||||
onMouseEnter={showOptions}
|
||||
onMouseLeave={hideOptions}
|
||||
onMouseOut={hideOptions}
|
||||
ref={ref}
|
||||
>
|
||||
{(hover || menu || emojiBoard) && (
|
||||
|
|
Loading…
Reference in a new issue