diff --git a/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/index.tsx index b12e62ee3..166dbe749 100644 --- a/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/index.tsx +++ b/apps/scandic-web/components/HotelReservation/SelectHotel/SelectHotelMap/SelectHotelMapContent/index.tsx @@ -256,7 +256,7 @@ export function SelectHotelMapContent({ fitBounds={isAboveMobile || !hotelMapStore.activeHotel} onHoverHotelPin={(args) => { if (!args) { - hotelMapStore.disengage() + hotelMapStore.disengageAfterDelay() return }