File tree Expand file tree Collapse file tree 6 files changed +2596
-2313
lines changed Expand file tree Collapse file tree 6 files changed +2596
-2313
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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()"
You can’t perform that action at this time.
0 commit comments