diff --git a/src/TabNavList/index.tsx b/src/TabNavList/index.tsx index 357eb712..10318fc9 100644 --- a/src/TabNavList/index.tsx +++ b/src/TabNavList/index.tsx @@ -354,6 +354,8 @@ function TabNavList(props: TabNavListProps, ref: React.Ref) { tabContentFullSize[0] - newAddSize[0], tabContentFullSize[1] - newAddSize[1], ]); + + updateTabSizes(); }); // ======================== Dropdown =======================