punker76 / gong-wpf-dragdrop

The GongSolutions.WPF.DragDrop library is a drag'n'drop framework for WPF
BSD 3-Clause "New" or "Revised" License
2.28k stars 400 forks source link

Always correctly reset state when drag is cancelled #497

Open VacuumBreather opened 3 months ago

VacuumBreather commented 3 months ago

What changed?

Move code for resetting of drag preview states into cancellation handling, so it is always executed.

Fixes #493