diff --git a/src/ui/desktop/navigation/TopNavbar.tsx b/src/ui/desktop/navigation/TopNavbar.tsx index 7a7bb34d..6a0edb38 100644 --- a/src/ui/desktop/navigation/TopNavbar.tsx +++ b/src/ui/desktop/navigation/TopNavbar.tsx @@ -340,7 +340,7 @@ export function TopNavbar({ isSplitScreenActive); const isHome = tab.type === "home"; const disableClose = - (isSplitScreenActive && isActive) || isSplit || isHome; + (isSplitScreenActive && isActive) || isHome; const isDraggingThisTab = dragState.draggedIndex === index; const isTheDraggedTab = tab.id === dragState.draggedId;