Skip to content

Commit

Permalink
Merge pull request #3024 from sbwalker/dev
Browse files Browse the repository at this point in the history
remove OnSelect call from OnParametersSet() which was causing infinite loop
  • Loading branch information
sbwalker committed Jul 14, 2023
2 parents a95306c + 592885f commit 9942184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Oqtane.Client/Modules/Controls/FileManager.razor
Expand Up @@ -177,7 +177,6 @@
if (file != null)
{
FolderId = file.FolderId;
await OnSelect.InvokeAsync(FileId);
}
else
{
Expand Down

0 comments on commit 9942184

Please sign in to comment.