Skip to content

Commit

Permalink
fix(links): thumbnail images
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Oct 6, 2021
1 parent 218cac7 commit 3e0324a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/plugins/links-gl/LinkVolumes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,10 @@ class MyPlugin extends Vue {
this.buildFileApi()
await this.getVizDetails()
if (this.thumbnail) return
if (this.thumbnail) {
this.buildThumbnail()
return
}
this.myState.statusMessage = 'Dateien laden...'
Expand All @@ -347,7 +350,6 @@ class MyPlugin extends Vue {
// runs in background
this.setMapCenter(allLinks)
this.buildThumbnail()
this.myState.statusMessage = ''
Expand Down

0 comments on commit 3e0324a

Please sign in to comment.