mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-04 13:08:23 +08:00
fix(module: tabs): ReuseTabs close other tab rendering error (#3002)
This commit is contained in:
parent
63012ad787
commit
e41b89c276
@ -555,11 +555,6 @@ namespace AntDesign
|
||||
|
||||
private void TryRenderInk()
|
||||
{
|
||||
if (_renderedActivePane == _activePane)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (IsHorizontal)
|
||||
{
|
||||
_inkStyle = $"left: {_activeTabElement.OffsetLeft}px; width: {_activeTabElement.ClientWidth}px";
|
||||
|
Loading…
Reference in New Issue
Block a user