fix(module: tabs): ReuseTabs close other tab rendering error (#3002)

This commit is contained in:
berkerdong 2023-01-11 17:05:22 +08:00 committed by GitHub
parent 63012ad787
commit e41b89c276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -555,11 +555,6 @@ namespace AntDesign
private void TryRenderInk()
{
if (_renderedActivePane == _activePane)
{
return;
}
if (IsHorizontal)
{
_inkStyle = $"left: {_activeTabElement.OffsetLeft}px; width: {_activeTabElement.ClientWidth}px";