remove OnSelect call from OnParametersSet() which was causing infinite loop
This commit is contained in:
		| @ -177,7 +177,6 @@ | ||||
|             if (file != null) | ||||
|             { | ||||
|                 FolderId = file.FolderId; | ||||
|                 await OnSelect.InvokeAsync(FileId); | ||||
|             } | ||||
|             else | ||||
|             { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 sbwalker
					sbwalker