Skip to content

Commit

Permalink
Merge branch 'master' into caching-for-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Jun 21, 2023
2 parents 3bb7fdc + d8ac209 commit cab322f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/imagery/components/AnnotationsCanvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ export default {
}
}
},
watch: {
imageryAnnotations() {
this.drawAnnotations();
}
},
mounted() {
this.canvas = this.$refs.canvas;
this.context = this.canvas.getContext('2d');
Expand Down

0 comments on commit cab322f

Please sign in to comment.