diff --git a/libs/map/framework.cpp b/libs/map/framework.cpp index 9151b239a..ad2044548 100644 --- a/libs/map/framework.cpp +++ b/libs/map/framework.cpp @@ -3077,10 +3077,6 @@ osm::Editor::SaveResult Framework::SaveEditedMapObject(osm::EditableMapObject em auto const result = osm::Editor::Instance().SaveEditedFeature(emo); - // Automatically select newly created and edited objects. - if (m_currentPlacePageInfo) - DeactivateMapSelection(); - place_page::BuildInfo info; info.m_mercator = emo.GetMercator(); info.m_featureId = emo.GetID();