Skip to content

Commit

Permalink
fix: close filterpopup on outside click #137
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuechlin committed Jan 13, 2023
1 parent 0eeed84 commit eaf5b45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ColumnFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const ColumnFilter = function ColumnFilter({ column, className, color, fi
transition="scale-y"
shadow="xl"
onClose={handleClose}
closeOnClickOutside={false}
width="256px"
withinPortal
>
Expand Down

0 comments on commit eaf5b45

Please sign in to comment.