]> BookStack Code Mirror - bookstack/blobdiff - resources/js/vues/image-manager.js
Default OpenID display name set to standard value
[bookstack] / resources / js / vues / image-manager.js
index 6df12d16d3a8c128a0d4205c7b8ee14eee786e1b..b8773455697f3caad368c621a1d4b6d742f6ca27 100644 (file)
@@ -35,7 +35,7 @@ const methods = {
     show(providedCallback, imageType = null) {
         callback = providedCallback;
         this.showing = true;
-        this.$el.children[0].components.overlay.show();
+        this.$el.children[0].components.popup.show();
 
         // Get initial images if they have not yet been loaded in.
         if (dataLoaded && imageType === this.imageType) return;
@@ -53,7 +53,7 @@ const methods = {
         }
         this.showing = false;
         this.selectedImage = false;
-        this.$el.children[0].components.overlay.hide();
+        this.$el.children[0].components.popup.hide();
     },
 
     async fetchData() {