[wip] Add width, speed and pane options for Globe

This commit is contained in:
2022-08-29 18:36:51 +02:00
parent eec3049a2c
commit ea6cfa2ee2
3 changed files with 53 additions and 47 deletions

View File

@@ -125,7 +125,7 @@ export class Globe {
this.addEvents()
// Setup markers
if (this.markers) {
if (this.enableMarkers && this.markers) {
this.setupMarkers()
}
}