Skip to content

Commit

Permalink
Fix: update ButtonWithMenu to not freeze page (#517)
Browse files Browse the repository at this point in the history
Co-authored-by: Arghyadeep Karmakar <[email protected]>
  • Loading branch information
RUiNtheExtinct and Arghyadeep Karmakar authored Dec 30, 2024
1 parent 9d65834 commit 428d45b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const ButtonWithMenu = ({
className={`${className}-menu`}
anchorEl={anchorEl}
onClose={closeMenu}
open
open={Boolean(anchorEl)}
style={menuStyle}
position={menuPosition}
>
Expand Down

0 comments on commit 428d45b

Please sign in to comment.