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:
@@ -221,6 +221,8 @@ export default function HotelCardListing({
|
||||
),
|
||||
}
|
||||
}
|
||||
onFocusIn={() => engage(hotel.hotel.name)}
|
||||
onFocusOut={() => disengage()}
|
||||
onHover={() => engage(hotel.hotel.name)}
|
||||
onHoverEnd={() => disengage()}
|
||||
onAddressClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user