diff --git a/src/pages/Index/Index.js b/src/pages/Index/Index.js index 9b70fe0..551f3bc 100644 --- a/src/pages/Index/Index.js +++ b/src/pages/Index/Index.js @@ -180,8 +180,7 @@ const Index = () => { : fac ? map.focusFacilityById(endId) : map.addDeviceAndFocus(end).then((device) => { - focusdDevice = device; - setShop(end); + device.blur(); }); return; } diff --git a/src/qmmap b/src/qmmap index 5fe6b71..c68a962 160000 --- a/src/qmmap +++ b/src/qmmap @@ -1 +1 @@ -Subproject commit 5fe6b71e639f2874bd9da038e673f12068e237e8 +Subproject commit c68a9626ce1c23b67110951df2623c01cc3e1231