Skip to content

Commit

Permalink
*fix remove focus trap from popover
Browse files Browse the repository at this point in the history
*fix Table context menu appearance on header cells
  • Loading branch information
Sodik committed Nov 8, 2023
1 parent 5d38d4d commit a295fff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export const Popover: FC<PopoverProps> = (props) => {

const handleFocusIn = useCallback(
(e: FocusEvent) => {
console.log(e.target)
if (popperElement && !popperElement.contains(e.target as Node)) {
onClose()
}
Expand Down

0 comments on commit a295fff

Please sign in to comment.