mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix drag & drop tooltip persisting when moving outside the viewports.
This commit is contained in:
parent
af157c3664
commit
1a5bd88b2c
1 changed files with 1 additions and 0 deletions
|
|
@ -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.");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue