fix: remove "hide home button" shown twice in map settings (#2645)

This commit is contained in:
Yohan Boniface 2025-04-14 17:30:52 +02:00 committed by GitHub
commit ada44fc0fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -833,7 +833,6 @@ export default class Umap {
UIFields.push(`properties.${name}Control`) UIFields.push(`properties.${name}Control`)
} }
UIFields = UIFields.concat([ UIFields = UIFields.concat([
'properties.homeControl',
'properties.moreControl', 'properties.moreControl',
'properties.scrollWheelZoom', 'properties.scrollWheelZoom',
'properties.miniMap', 'properties.miniMap',