fix(module: drawer): closing animation effect (#4122)

This commit is contained in:
James Yeung 2024-08-24 14:12:48 +08:00 committed by GitHub
parent b3018a3965
commit f7466f2919
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -442,6 +442,7 @@ namespace AntDesign
}
case ComponentStatus.Closing:
{
await Task.Delay(3000);
_status = ComponentStatus.Closed;
StateHasChanged();
if (!_hasInvokeClosed)