Revert "[ADF-4359] - Add the possibility to chose wich panel to show first in info-drawer (#4632)" (#4637)

This reverts commit 6e4adfb09a.
This commit is contained in:
Eugenio Romano
2019-04-23 00:58:26 +02:00
committed by GitHub
parent 64391a48fa
commit df26447701
10 changed files with 8 additions and 209 deletions

View File

@@ -55,8 +55,6 @@ export class FileViewComponent implements OnInit {
isCommentEnabled = false;
showTabWithIcon = false;
showTabWithIconAndLabel = false;
desiredAspect: string = null;
showAspect: string = null;
constructor(private router: Router,
private route: ActivatedRoute,
@@ -190,8 +188,4 @@ export class FileViewComponent implements OnInit {
this.isPreset = true;
}, 100);
}
applyAspect() {
this.showAspect = this.desiredAspect;
}
}