Skip to content

Commit

Permalink
Merge branch 'fix/clear-title-when-no-tabs' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jan 28, 2025
2 parents 9acbcf8 + 68d42f0 commit be2516a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/context/TabManagerContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const TabManagerProvider = (props: TabManagerProviderProps): any => {
useEffect(() => {
if (noTabs) {
document.title = title;
window.history.replaceState({}, "", "/");
}
}, [noTabs, title]);

Expand Down

0 comments on commit be2516a

Please sign in to comment.