Skip to content

Commit

Permalink
console.log 제거했다
Browse files Browse the repository at this point in the history
  • Loading branch information
healtheloper committed Sep 22, 2023
1 parent b0ed64c commit ca1494a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/co-design-core/src/components/Popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export const Popover = ({
!targetRef.current.contains(e.target as HTMLElement) &&
!balloonRef.current.contains(e.target as HTMLElement)
) {
console.log('hhh');
setCurrentOpened(false);
}
});
Expand Down

0 comments on commit ca1494a

Please sign in to comment.