Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit acbdb4f

Browse files
committed
onmouseleave and onmouseenter events commented until dotnet/aspnetcore#13104
1 parent 4603044 commit acbdb4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Sotsera.Blazor.Toaster/Core/ToastElement.razor

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
@inherits ToastElementModel
66
@Css
77
<div class="@Toast.State.ContainerClass" style="@Toast.State.AnimationStyle"
8-
onmouseenter="MouseEnter" onmouseleave="MouseLeave" @onclick="Clicked">
8+
@onclick="Clicked">
9+
@*onmouseenter="MouseEnter" onmouseleave="MouseLeave" removed until supported by blazor*@
910
<div class="toast-message">
1011
@if (Toast.State.ShowProgressBar)
1112
{

0 commit comments

Comments
 (0)