Merged in fix/SW-3308-hotelcard-disappears-to-early (pull request #2704)
revert: delay marking a hotel card as non-hovered * fix: delay marking a hotel card as non-hovered Approved-by: Hrishikesh Vaipurkar
This commit is contained in:
@@ -256,7 +256,7 @@ export function SelectHotelMapContent({
|
||||
fitBounds={isAboveMobile || !hotelMapStore.activeHotel}
|
||||
onHoverHotelPin={(args) => {
|
||||
if (!args) {
|
||||
hotelMapStore.disengage()
|
||||
hotelMapStore.disengageAfterDelay()
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user