remove OnSelect call from OnParametersSet() which was causing infinite loop

This commit is contained in:
sbwalker 2023-07-14 12:15:16 -04:00
parent 8bdbf7b994
commit 592885ff6c

View File

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