maps: unmark map cell as empty once a map has been set (#67467)

This commit is contained in:
Frédéric Péters 2022-07-19 10:25:16 +02:00
parent bfd296648b
commit b6e5eb1053
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ $(function() {
}
$map_widget[0].leaflet_map = map;
$(cell).removeClass('empty-cell');
map.setView(latlng, map_options.zoom);
if (init_state == 'device-location') {