address review: timeless comment wording

This commit is contained in:
Evan Rusackas
2026-04-22 12:16:39 -07:00
committed by Evan
parent bd1420cfd8
commit e274b45bc6

View File

@@ -246,7 +246,7 @@ export const DropdownContainer = forwardRef(
overflowingIndex !== -1 ? items.length - overflowingIndex : 0;
// Always show button when items exist to prevent layout shifts
// and ensure consistent UI even when nothing is currently overflowing
// and ensure consistent UI even when no items are overflowing
const shouldShowButton = items.length > 0 || !!dropdownContent;
const popoverContent = useMemo(