Skip to content

Commit

Permalink
fix: Adding reactions in standup via mouse works more than once (#10520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschoordsch authored Nov 25, 2024
1 parent f388f45 commit 8ddcd90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const AddReactjiButton = (props: Props) => {
onToggle(emojiId)
}
return (
<Popover.Root open={open} onOpenChange={onOpenChange}>
<Popover.Root open={open} onOpenChange={onOpenChange} modal>
<Popover.Trigger asChild>
<Button className={className}>
<AddIcon alt='' src={addReactjiSvg} />
Expand Down

0 comments on commit 8ddcd90

Please sign in to comment.