mirror of
https://gitee.com/blazorcomponent/MASA.Blazor.git
synced 2025-12-06 10:19:23 +08:00
🐛 fix(ListItem): do not wait for the JS blur interop (#2287)
This commit is contained in:
@@ -131,7 +131,7 @@ public partial class MListItem : MRoutableGroupItem<MItemGroupBase>, IThemeable
|
||||
{
|
||||
if (args.Detail > 0)
|
||||
{
|
||||
await Js.InvokeVoidAsync(JsInteropConstants.Blur, Ref);
|
||||
_ = Js.InvokeVoidAsync(JsInteropConstants.Blur, Ref);
|
||||
}
|
||||
|
||||
if (OnClick.HasDelegate)
|
||||
|
||||
Reference in New Issue
Block a user