Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:linxianxi/react-selectable-box into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
linxianxi committed Feb 26, 2024
2 parents fcc1e1a + b2ca3a6 commit 4b8c912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Selectable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Selectable<T>(
ref: React.ForwardedRef<SelectableRef>,
) {
console.log('1');
console.log('2');
console.log('3');
const [isDragging, setIsDragging] = useState(false);
const [startCoords, setStartCoords] = useState({ x: 0, y: 0 });
const [moveCoords, setMoveCoords] = useState({ x: 0, y: 0 });
Expand Down

0 comments on commit 4b8c912

Please sign in to comment.