Skip to content

Commit

Permalink
Remove on mouseeneter/mouseleave events as .net 7 added them into the…
Browse files Browse the repository at this point in the history
… framework and causes conflict
  • Loading branch information
jbomhold3 committed Dec 16, 2024
1 parent c824b87 commit ab9b1b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/BlazorStrap/BlazorStrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageProjectUrl>https://blazorstrap.io/</PackageProjectUrl>
<RepositoryUrl>https://github.com/chanan/BlazorStrap</RepositoryUrl>
<RootNamespace>BlazorStrap</RootNamespace>
<PackageVersion>5.2.103.120724</PackageVersion>
<PackageVersion>5.2.103.121624</PackageVersion>
<AnalysisLevel>6.0</AnalysisLevel><!--Next Use 5.2.104-Preview1-->
</PropertyGroup>

Expand Down
4 changes: 0 additions & 4 deletions src/BlazorStrap/EventHandlers.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
using System;

namespace BlazorStrap
{
[EventHandler("onmouseleave", typeof(MouseEventArgs))]
[EventHandler("onmouseenter", typeof(MouseEventArgs))]
[EventHandler("ontransitionend", typeof(EventArgs))]
[EventHandler("ontransitionrun", typeof(EventArgs))]
[EventHandler("onanimationend", typeof(EventArgs))]
Expand Down

0 comments on commit ab9b1b6

Please sign in to comment.