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:
Joakim Jäderberg
2025-08-28 08:27:11 +00:00
parent 0e00e8eaf1
commit 13e1594b2a

View File

@@ -256,7 +256,7 @@ export function SelectHotelMapContent({
fitBounds={isAboveMobile || !hotelMapStore.activeHotel}
onHoverHotelPin={(args) => {
if (!args) {
hotelMapStore.disengage()
hotelMapStore.disengageAfterDelay()
return
}