feat(BOOK-101): Added functionality to show active map card when focus is within the hotel card

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2025-11-26 07:40:12 +00:00
parent 7cae720498
commit b41aab56a6
5 changed files with 35 additions and 3 deletions

View File

@@ -221,6 +221,8 @@ export default function HotelCardListing({
),
}
}
onFocusIn={() => engage(hotel.hotel.name)}
onFocusOut={() => disengage()}
onHover={() => engage(hotel.hotel.name)}
onHoverEnd={() => disengage()}
onAddressClick={() => {