Fix drag & drop tooltip persisting when moving outside the viewports.

This commit is contained in:
Ottermandias 2023-07-17 00:35:57 +02:00
parent af157c3664
commit 1a5bd88b2c

View file

@ -78,6 +78,7 @@ internal partial class DragDropManager : DragDropManager.IDropTarget
this.Files = Array.Empty<string>();
this.Directories = Array.Empty<string>();
this.Extensions = new HashSet<string>();
MouseDrop(this.lastKeyState);
Log.Debug("[DragDrop] Leaving external Drag and Drop.");
}