Skip to content

Commit 33781bc

Browse files
committed
test: 增加代码覆盖率
1 parent b91ea33 commit 33781bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Dropdown/Dropdown.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
<div @attributes="@AdditionalAttributes" id="@Id" class="@DirectionClassName">
1111
<DynamicElement TagName="button" type="button" class="@ButtonClassName" data-bs-toggle="@DropdownToggle" disabled="@Disabled"
12-
TriggerClick="ShowSplit" OnClick="OnClickButton">
12+
TriggerClick="ShowSplit" OnClick="OnClickButton" PreventDefault="false" StopPropagation="false">
1313
@if (ButtonTemplate == null)
1414
{
1515
@if (_isAsyncLoading)

0 commit comments

Comments
 (0)