From b2ca3a6539ac60a01a7a9f1fa079fa745f8b6cc9 Mon Sep 17 00:00:00 2001 From: daisy <47104575+linxianxi@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:32:52 +0800 Subject: [PATCH] Update Selectable.tsx --- src/Selectable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Selectable.tsx b/src/Selectable.tsx index 7b5d342..04522ca 100644 --- a/src/Selectable.tsx +++ b/src/Selectable.tsx @@ -59,7 +59,7 @@ function Selectable( ref: React.ForwardedRef, ) { 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 });