diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e76eb11..e2dc43a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,8 @@ Builds: - ADDED: Encrypting passwords in team-premium edition - ADDED: Show scale bar on map #1090 - FIXED: Fixed native backup/restore for MySQL+PostgreSQL over SSH tunnel -- CHANGED: Column mapping dialog - fixes and improvements for copying from one oxisting table into another +- CHANGED: Column mapping dialog - fixes and improvements for copying from one existing table into another +- ADDED: Search in columns in table editor ### 6.3.2 - ADDED: "Use system theme" switch, use changed system theme without restart #1084 diff --git a/packages/web/src/elements/MapView.svelte b/packages/web/src/elements/MapView.svelte index ff9c44152..bedc1471d 100644 --- a/packages/web/src/elements/MapView.svelte +++ b/packages/web/src/elements/MapView.svelte @@ -69,7 +69,7 @@ }) .addTo(map); - leaflet.control.scale().addTo(map); + leaflet.control.scale().addTo(map); addObjectToMap(); });