We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bf3fc commit 7d17ccbCopy full SHA for 7d17ccb
1 file changed
src/BootstrapBlazor/Components/Button/ButtonBase.cs
@@ -334,16 +334,6 @@ protected override async ValueTask DisposeAsync(bool disposing)
334
{
335
if (disposing)
336
337
- if (OnClick.HasDelegate)
338
- {
339
- OnClick = EventCallback<MouseEventArgs>.Empty;
340
- }
341
-
342
- if (OnClickWithoutRender != null)
343
344
- OnClickWithoutRender = null;
345
346
347
if (IsAsync && ValidateForm != null)
348
349
ValidateForm.UnregisterAsyncSubmitButton(this);
0 commit comments