We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f97a5 commit 79a202dCopy full SHA for 79a202d
projects/components/src/overlay/sheet/sheet-overlay.component.ts
@@ -85,7 +85,6 @@ export class SheetOverlayComponent {
85
86
this.isComponentSheet = !(sheetConfig.content instanceof TemplateRef);
87
this.renderer = sheetConfig.content;
88
- console.log(this.globalHeaderHeightProvider.globalHeaderHeight);
89
this.popoverRef.height(this.getHeightForPopover(this.globalHeaderHeightProvider.globalHeaderHeight, sheetConfig.position));
90
this.setWidth();
91
this.navigationParams = sheetConfig.pageNavParams;
0 commit comments