Skip to content

Commit

Permalink
[Imagery] Click on image to get a large view #3582 (#4085)
Browse files Browse the repository at this point in the history
fixed issue where large imagery view opens only once.
  • Loading branch information
nikhilmandlik committed Aug 4, 2021
1 parent 82b3383 commit 1db7ac5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/preview/preview-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export default {
},
mounted() {
if (this.actionCollection) {
this.actionCollection.hide(HIDDEN_ACTIONS);
this.actionCollection.on('update', this.updateActionItems);
this.updateActionItems(this.actionCollection.getActionsObject());
}
Expand Down

0 comments on commit 1db7ac5

Please sign in to comment.