diff --git a/frontend/src/components/calendar/InviteeSection.tsx b/frontend/src/components/calendar/InviteeSection.tsx index e0223df..c1476a9 100644 --- a/frontend/src/components/calendar/InviteeSection.tsx +++ b/frontend/src/components/calendar/InviteeSection.tsx @@ -131,7 +131,7 @@ export function InviteSearch({ connections, existingInviteeIds, onInvite, isInvi setSearch(e.target.value)} - onBlur={() => setTimeout(() => setSearch(''), 150)} + onBlur={() => setTimeout(() => setSearch(''), 200)} placeholder="Search connections..." className="h-8 pl-8 text-xs" />