mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-14 03:07:57 +01:00
Fix location propagation
This commit is contained in:
parent
083e54dc42
commit
c4ae9ec051
@ -65,6 +65,7 @@ const options = DesignerOptionsBuilder.buildOptions(
|
|||||||
mapId: global.mapId,
|
mapId: global.mapId,
|
||||||
container: 'mindplot',
|
container: 'mindplot',
|
||||||
zoom: zoomParam || global.userOptions.zoom,
|
zoom: zoomParam || global.userOptions.zoom,
|
||||||
|
locale: global.locale,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Build designer ...
|
// Build designer ...
|
||||||
|
Loading…
Reference in New Issue
Block a user