Skip to content

Commit

Permalink
fix(core): discard announcements dialog onClickOutside
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Nov 22, 2024
1 parent 766548c commit 40236d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export function StudioAnnouncementsDialog({
<Dialog
id="in-app-communication-dialog"
onClose={onClose}
onClickOutside={onClose}
width={1}
bodyHeight="fill"
padding={false}
Expand Down

0 comments on commit 40236d0

Please sign in to comment.