Dragging is more sensitive than clicking because both the starting object and destination must remain aligned during playback.
Capture the full gesture
Use a mouse recorder that captures button-down, cursor movement, and button-up events as one continuous gesture.
Make the destination visible
Record the gesture slowly in MacroLoop, release only after the destination highlights, and test with a reversible action. Keep the same window size, zoom, and item order.
Test with copies
Do not automate destructive file moves or timeline edits until the path has been proven on copies. A slight layout change can drop the item in the wrong place.
THE TAKEAWAY
A reliable drag requires stable endpoints and a reversible first test.