Skip to content

Commit

Permalink
Merge branch 'development' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
felixriehm committed Apr 24, 2024
2 parents 61ec0c7 + 745fdd0 commit e473fbb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions web/src/theme/visualisationDirector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,11 @@ export class VisualisationDirector {
if(this.settings_data.mixed) {
vis = Visualisation.listenTo

// temporarily disabled (requested from feedback)
// if(vis === Visualisation.listenTo){
// vis = Visualisation.geo
// } else {
// vis = Visualisation.listenTo
// }
if(vis === Visualisation.listenTo){
vis = Visualisation.geo
} else {
vis = Visualisation.listenTo
}
}
return vis
}
Expand Down

0 comments on commit e473fbb

Please sign in to comment.