Skip to content

Commit

Permalink
Fixed deadlock adding new global content files.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Jan 18, 2024
1 parent 43b8b4c commit 4f5d54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FRBDK/Glue/Glue/Managers/DragDropManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ public void HandleDropExternalFileOnTreeNode(FilePath[] droppedFiles, ITreeNode
}
else
{
TaskManager.Self.Add(() =>
TaskManager.Self.AddAsync(() =>
{
AddExistingFileManager.Self.AddSingleFile(fileName, ref userCancelled);
Expand Down

0 comments on commit 4f5d54c

Please sign in to comment.