From 47ba8ec1749bbe72ad59bd47de265c319f7dd5b3 Mon Sep 17 00:00:00 2001 From: Karl Belousov Date: Wed, 15 May 2024 19:50:28 +0600 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BC=D0=B5=D1=82=D0=BE=D0=BA=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/MapPage/MapPage.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/MapPage/MapPage.jsx b/src/pages/MapPage/MapPage.jsx index a8c44659..a5ea33d1 100644 --- a/src/pages/MapPage/MapPage.jsx +++ b/src/pages/MapPage/MapPage.jsx @@ -114,8 +114,9 @@ const MapPage = () => { iconLayout: 'default#image', iconImageHref: pawIcon, iconImageSize: [30, 30], - iconImageOffset: [-20, -20], - }} + iconImageOffset: [-15, -15], + hideIconOnBalloonOpen: false, + }}s /> ); })}