74fdc2b303
The useEffect with [] deps captured handleSectionItemDragStart from initial render, which read an empty selectedItemIds. Added handleSectionItemDragStartRef that stays current across renders; the effect calls ref.current instead of the closure.