hide gallery when it is not active
This commit is contained in:
@@ -96,8 +96,6 @@ export class VisualizationPageComponent implements OnInit, AfterViewInit {
|
||||
this.plot();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
||||
ngAfterViewInit(): void {
|
||||
@@ -128,6 +126,10 @@ ngAfterViewInit(): void {
|
||||
}
|
||||
}
|
||||
|
||||
toggleGallery(event: Event){
|
||||
this.galleryView.show = this.enableGallery;
|
||||
}
|
||||
|
||||
loading(event: LoadingEvent) {
|
||||
this.plotJobActive = event.loading;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user