[Imagery] Click on image to get a large view #3582 (#4077)

fixed issue where large imagery view opens only once.
This commit is contained in:
Nikhil 2021-08-04 12:57:48 -07:00 committed by GitHub
parent b329ed6ed5
commit fe928a1386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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());
}