Merge pull request #3024 from sbwalker/dev

remove OnSelect call from OnParametersSet() which was causing infinite loop
This commit is contained in:
Shaun Walker
2023-07-14 12:15:34 -04:00
committed by GitHub

View File

@ -177,7 +177,6 @@
if (file != null)
{
FolderId = file.FolderId;
await OnSelect.InvokeAsync(FileId);
}
else
{