Skip to content

Commit 2dfb578

Browse files
author
Patricio Albizu
committed
fix: refactoring of popover positioning
1 parent e89deec commit 2dfb578

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

projects/observability/src/shared/components/topology/renderers/tooltip/topology-tooltip-popover.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,7 @@ export class TopologyTooltipPopover implements TopologyTooltip {
6464
this.popoverSubject.next(this.buildPopover(!!options.modal, origin));
6565
}
6666

67-
// private buildHiddenPopover(): PopoverRef {
68-
// const popover = this.popoverService.drawPopover({
69-
// componentOrTemplate: this.tooltipDefinition.class,
70-
// position: {
71-
// type: PopoverPositionType.Hidden
72-
// },
73-
// parentInjector: this.injector,
74-
// backdrop: PopoverBackdrop.None,
75-
// data: this.dataSubject
76-
// });
77-
78-
// return popover;
79-
// }
80-
8167
private buildPopover(modal: boolean, origin: ElementRef): PopoverRef {
82-
console.log('entro aca');
8368
const popover = this.popoverService.drawPopover({
8469
componentOrTemplate: this.tooltipDefinition.class,
8570
position: {

0 commit comments

Comments
 (0)