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 f04a813 commit 6e02895Copy full SHA for 6e02895
src/BootstrapBlazor/Components/Responsive/Responsive.cs
@@ -36,7 +36,6 @@ public async Task OnResize(BreakPoint breakPoint)
36
if (OnBreakPointChanged != null && breakPoint != _breakPoint)
37
{
38
_breakPoint = breakPoint;
39
-
40
await OnBreakPointChanged(breakPoint);
41
}
42
0 commit comments