Skip to content

Commit 3508fde

Browse files
Merge pull request #136 from stavroskasidis/release/1.16
Release/1.16
2 parents e7ee959 + 177e172 commit 3508fde

File tree

6 files changed

+2596
-2313
lines changed

6 files changed

+2596
-2313
lines changed

BlazorContextMenu/BlazorContextMenu.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Copyright />
1717
<PackageTags>blazor blazor-component blazor-context-menu context-menu contextmenu menu blazor-menu blazorcontextmenu razor razor-components razorcomponents</PackageTags>
1818
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
19-
<Version>1.15.0</Version>
19+
<Version>1.16.0</Version>
2020
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
2121
<Product>Blazor.ContextMenu</Product>
2222
</PropertyGroup>

BlazorContextMenu/Components/Item.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<li @attributes="Attributes"
88
id="@Id"
9-
@onclick="@((e) => OnClickInternal(e))"
9+
@onclick="OnClickInternal"
1010
class="@("blazor-context-menu__item " + ClassCalc)"
1111
style="@(Visible ? "display:block;" : "display:none;")"
1212
itemEnabled="@Enabled.ToString().ToLower()"

0 commit comments

Comments
 (0)