Skip to content

Commit

Permalink
Set viewer = false on UID change
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Sep 16, 2024
1 parent 25bf175 commit 4f3a2d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions api/web/src/components/CloudTAK/CoTView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ export default {
const { feat, mission } = this.findCOT();
this.feat = feat;
this.mission = mission;
this.viewer = false;
},
feat: {
deep: true,
Expand Down

0 comments on commit 4f3a2d2

Please sign in to comment.