Skip to content

Commit

Permalink
fix: dropdown toggle functionality (#8476)
Browse files Browse the repository at this point in the history
Fixes: #8468
  • Loading branch information
harshrajeevsingh authored Nov 13, 2024
1 parent 2fb920f commit c98a8a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const Dropdown = ({
};

useListenClickOutsideV2({
refs: [refs.floating],
refs: [refs.floating, refs.domReference],
listenerId: dropdownId,
callback: () => {
onClickOutside?.();
Expand Down

0 comments on commit c98a8a2

Please sign in to comment.