mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
fix: remove "hide home button" shown twice in map settings (#2645)
This commit is contained in:
commit
ada44fc0fc
1 changed files with 0 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue