Skip to content

Commit

Permalink
fix: animate popover
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Apr 9, 2024
1 parent 16c2b48 commit 6ec06c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LanguageFilterMenuButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export function LanguageFilterMenuButton() {
? 'Showing all'
: `Showing ${activeLanguages.length} / ${langCount}`
return (
<Popover content={content} open={open} portal ref={setPopover}>
<Popover animate content={content} open={open} portal ref={setPopover}>
<Button
text={buttonText}
icon={TranslateIcon}
Expand Down

0 comments on commit 6ec06c8

Please sign in to comment.