Skip to content

Commit a11f2a5

Browse files
committed
main 🧊 delete log
1 parent d944b84 commit a11f2a5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/core/src/hooks/useMouse/useMouse.demo.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const Demo = () => {
66
const modalRef = useRef<HTMLDivElement>(null);
77
const mouse = useMouse<HTMLDivElement>((value) => {
88
if (!modalRef.current) return;
9-
console.log(value);
109
const modal = modalRef.current;
1110
modal.style.left = `${value.clientX + 24}px`;
1211
modal.style.top = `${value.clientY + 24}px`;

0 commit comments

Comments
 (0)