diff --git a/Dalamud/Interface/DragDrop/DragDropTarget.cs b/Dalamud/Interface/DragDrop/DragDropTarget.cs index 05e5599f9..5e7166fb3 100644 --- a/Dalamud/Interface/DragDrop/DragDropTarget.cs +++ b/Dalamud/Interface/DragDrop/DragDropTarget.cs @@ -78,6 +78,7 @@ internal partial class DragDropManager : DragDropManager.IDropTarget this.Files = Array.Empty(); this.Directories = Array.Empty(); this.Extensions = new HashSet(); + MouseDrop(this.lastKeyState); Log.Debug("[DragDrop] Leaving external Drag and Drop."); }