Skip to content

Commit

Permalink
Don't unmount dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
williammck committed Nov 30, 2024
1 parent 4a19c21 commit 4222f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const Dropdown: React.FC<DropdownProps> = ({ title, hideArrow = false, cl
'dark:bg-zinc-850 dark:shadow-stone-900',
menuClassName,
)}
unmount={false}
modal={false}
>
{children}
Expand Down

0 comments on commit 4222f40

Please sign in to comment.