mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-03 12:37:40 +08:00
fix(module: drawer): closing animation effect (#4122)
This commit is contained in:
parent
b3018a3965
commit
f7466f2919
@ -442,6 +442,7 @@ namespace AntDesign
|
||||
}
|
||||
case ComponentStatus.Closing:
|
||||
{
|
||||
await Task.Delay(3000);
|
||||
_status = ComponentStatus.Closed;
|
||||
StateHasChanged();
|
||||
if (!_hasInvokeClosed)
|
||||
|
Loading…
Reference in New Issue
Block a user