Skip to content

Commit

Permalink
Close menu after copy image url
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jun 27, 2024
1 parent 8d50bfb commit 669e3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/chats/ChatItem/ChatItemMenus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ export default function ChatItemMenus({
toast.custom((t) => (
<Toast t={t} title='Image URL copied to clipboard!' />
))
setIsOpenChatMenu(null)
},
})
}
Expand Down

0 comments on commit 669e3c8

Please sign in to comment.