Skip to content

Commit

Permalink
test: 6
Browse files Browse the repository at this point in the history
  • Loading branch information
linxianxi committed Feb 26, 2024
1 parent 4b8c912 commit 8367aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useSelectable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function useSelectable<T>({
const setNodeRef = useCallback((ref: HTMLElement | null) => {
node.current = ref;
}, []);
console.log('4');
console.log('6');
useEffect(() => {
if (startTarget && !startInside.current) {
const contain = node.current?.contains(startTarget);
Expand Down

0 comments on commit 8367aa4

Please sign in to comment.