We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea6099 commit 2c46996Copy full SHA for 2c46996
datahub-web-react/src/alchemy-components/components/Utils/ClickOutside/ClickOutside.tsx
@@ -18,7 +18,6 @@ export default function ClickOutside({
18
const target = event.target as HTMLElement;
19
20
const isInsideOfWrapper = (wrapperRef.current as HTMLDivElement).contains((event.target as Node) || null);
21
- console.log(event.target, wrapperRef.current);
22
23
// Ignore clicks on elements matching `ignoreSelector`
24
if (ignoreSelector && target.closest(ignoreSelector)) {
0 commit comments