ing
This commit is contained in:
@@ -98,7 +98,7 @@ export class PopupPanelComponent implements OnDestroy {
|
||||
}
|
||||
|
||||
onOverlayAnimationDone(event: AnimationEvent) {
|
||||
console.log('onOverlayAnimationDone');
|
||||
|
||||
}
|
||||
|
||||
appendOverlay() {
|
||||
|
||||
@@ -30,10 +30,6 @@ export class AutoHeightDirective implements OnInit, OnDestroy, AfterViewInit {
|
||||
ngOnDestroy(): void {
|
||||
}
|
||||
|
||||
onVisible(event) {
|
||||
console.log('visibilitychange');
|
||||
}
|
||||
|
||||
/**
|
||||
* forceCalculate
|
||||
*/
|
||||
@@ -51,7 +47,6 @@ export class AutoHeightDirective implements OnInit, OnDestroy, AfterViewInit {
|
||||
const footerElementMargin = this.getfooterElementMargin();
|
||||
|
||||
this.elementRef.nativeElement.style.height = windowHeight - footerElementMargin - elementOffsetTop + 'px';
|
||||
console.log([windowHeight, elementOffsetTop, elementMarginBottom, footerElementMargin, this.elementRef.nativeElement.style.height]);
|
||||
}
|
||||
|
||||
private getElementOffsetTop() {
|
||||
|
||||
Reference in New Issue
Block a user