malgreen / NexNux

NexNux is a cross-platform mod manager built with C# and Avalonia
GNU General Public License v3.0
4 stars 0 forks source link

DragDrop indicator still showing after pointer leaving ModList DataGrid #16

Open malgreen opened 2 years ago

malgreen commented 2 years ago

Currently the workaround is to remove the line when the pointer enters the DataGrid again Reason for this is the DragDrop.DragLeave event doesn't get fired, so no way to do it while dragging