File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
projects/observability/src/shared/components/topology/renderers/tooltip Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -64,22 +64,7 @@ export class TopologyTooltipPopover implements TopologyTooltip {
64
64
this . popoverSubject . next ( this . buildPopover ( ! ! options . modal , origin ) ) ;
65
65
}
66
66
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
-
81
67
private buildPopover ( modal : boolean , origin : ElementRef ) : PopoverRef {
82
- console . log ( 'entro aca' ) ;
83
68
const popover = this . popoverService . drawPopover ( {
84
69
componentOrTemplate : this . tooltipDefinition . class ,
85
70
position : {
You can’t perform that action at this time.
0 commit comments