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
commit 99421846c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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