We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a822eb5 commit b933633Copy full SHA for b933633
Radzen.Blazor/Rendering/Popup.razor
@@ -69,7 +69,4 @@
69
{
70
await JSRuntime.InvokeVoidAsync("Radzen.closePopup", GetId(), Reference, nameof(OnClose));
71
}
72
- public async ValueTask DisposeAsync()
73
- {
74
- if (IsJSRuntimeAvailable)
75
0 commit comments