We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0cfb16 + fce2950 commit 8391fa1Copy full SHA for 8391fa1
1 file changed
BlazorContextMenu/Components/Item.razor
@@ -6,7 +6,7 @@
6
7
<li @attributes="Attributes"
8
id="@Id"
9
- @onclick="@((e) => OnClickInternal(e))"
+ @onclick="OnClickInternal"
10
class="@("blazor-context-menu__item " + ClassCalc)"
11
style="@(Visible ? "display:block;" : "display:none;")"
12
itemEnabled="@Enabled.ToString().ToLower()"
0 commit comments