From d80840eddca775a7fd1d75630399df155626f782 Mon Sep 17 00:00:00 2001 From: julia-ha Date: Thu, 3 Feb 2022 18:50:54 -0500 Subject: [PATCH] Fix metadata pop up updating issue --- components/Image.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Image.vue b/components/Image.vue index 1d4b77cb..933ea46b 100644 --- a/components/Image.vue +++ b/components/Image.vue @@ -858,6 +858,7 @@ module.exports = { this.annotations = [] this.annoCursor = 0 this.loadAnnotations() + this.displayInfoBox() /* if (this.viewer && current && (!previous || current['@id'] !== previous['@id'])) { this.loadAnnotations()