Additions to fixes after review
This commit is contained in:
parent
96ff9ddedd
commit
65027b9c17
@ -32,7 +32,7 @@
|
||||
[ngStyle]="{'background-color': settings.tooltipColor, 'opacity': settings.tooltipOpacity, 'color': settings.tooltipFontColor}">
|
||||
<div *ngFor="let mainTooltip of mainTooltips"
|
||||
[innerHTML]="mainTooltip"
|
||||
ngStyle="{'padding': '10px 0'}">
|
||||
style="padding: 10px 0">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -234,8 +234,8 @@ export class TripAnimationComponent implements OnInit, AfterViewInit, OnDestroy
|
||||
if(isMainTooltip) {
|
||||
this.mainTooltips.push(this.sanitizer.sanitize(SecurityContext.HTML, tooltipText));
|
||||
}
|
||||
this.cd.detectChanges();
|
||||
}
|
||||
this.cd.detectChanges();
|
||||
return tooltipText;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user