@ -526,10 +526,13 @@ export class CollectionToolsComponent implements OnInit {
if(type == 1){
this.isProperty = true
setTimeout(() => {
this.gallery = new Viewer(document.getElementById('viewerjs'),{
url: 'data-original'
});
this.gallery.update()
if(document.getElementById('viewerjs')){
}
}, 0);
}else{
@ -145,10 +145,12 @@ export class planComponent implements OnInit {
this.isProperty = false