Skip to content

Commit

Permalink
Merge pull request #16110 from primefaces/issue-16076
Browse files Browse the repository at this point in the history
Fixed #16076 - TabView | When closing a tab, the marking indicating t…
  • Loading branch information
cetincakiroglu authored Aug 1, 2024
2 parents e7d9e1c + c9c8781 commit 9a1fe84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/tabview/tabview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,9 @@ export class TabView implements AfterContentInit, AfterViewChecked, OnDestroy, B
}

tab.closed = true;
setTimeout(() => {
this.updateInkBar();
});
}

findSelectedTab(): TabPanel | null {
Expand Down

0 comments on commit 9a1fe84

Please sign in to comment.