Skip to content

Commit

Permalink
Fix "apply changes" button (closes #35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua O'Sullivan committed Mar 2, 2020
1 parent 4043ea2 commit cfd7ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Results.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
this.cloudState = undefined
},
applyTagChanges(){
this.$refs['cloud-box'].reshuffle('tags')
this.$refs['cloud-box'].generateTagCloud('tags')
},
retheme(){
this.$refs['cloud-box'].retheme()
Expand Down

0 comments on commit cfd7ae1

Please sign in to comment.