Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Sep 4, 2024
2 parents 2b5ef41 + 969ea2f commit 40b4f4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/actions/composer/Composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default function Composer(props: Props) {
return (
<Dialog.Root open={isOpen} onOpenChange={() => openComposer()}>
<Dialog.Portal>
<Dialog.Overlay />
<Dialog.Content
onEscapeKeyDown={(e) => e.preventDefault()}
onInteractOutside={(e) => e.preventDefault()}
Expand Down

0 comments on commit 40b4f4b

Please sign in to comment.