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
2 parents 8367aa4 + 771908b commit 984852c
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('6');
console.log('5');
useEffect(() => {
if (startTarget && !startInside.current) {
const contain = node.current?.contains(startTarget);
Expand Down

0 comments on commit 984852c

Please sign in to comment.