mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +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.Files = Array.Empty<string>();
|
||||||
this.Directories = Array.Empty<string>();
|
this.Directories = Array.Empty<string>();
|
||||||
this.Extensions = new HashSet<string>();
|
this.Extensions = new HashSet<string>();
|
||||||
|
MouseDrop(this.lastKeyState);
|
||||||
Log.Debug("[DragDrop] Leaving external Drag and Drop.");
|
Log.Debug("[DragDrop] Leaving external Drag and Drop.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue