File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
libs/components/src/lib/tooltip Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ export class TooltipComponent implements OnDestroy {
7474
7575 readonly notchElRef = viewChild < ElementRef > ( 'notch' )
7676 // if there is not enough space in the UI to display the desired position, a fallback position is displayed
77- // if there is not enough space in the UI to display the desired position, a fallback position is displayed
7877 private _rendererPosition : TooltipPosition
7978
8079 /** Whether interactions on the page should close the tooltip */
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ import { TooltipComponent } from './tooltip.component'
4949export class TooltipDirective implements OnDestroy , OnInit {
5050 /** The default delay in ms before showing the tooltip after show is called */
5151 readonly showDelay = input < number > ( undefined , { alias : 'scTooltipShowDelay' } )
52- /** The default delay in ms before hiding the tooltip after hide is called */
5352
5453 /** The default delay in ms before hiding the tooltip after hide is called */
5554 readonly hideDelay = input < number > ( undefined , { alias : 'scTooltipHideDelay' } )
You can’t perform that action at this time.
0 commit comments