ChoiYongWon

Results 1 comments of ChoiYongWon

> Using a ref to store the "isDragged" state works well for me. > > ```tsx > const Parent: React.FC = () => { > > const draggedRef = useRef(false)...