Skip to content

Commit 448d673

Browse files
committed
feat(angular): refactoring
1 parent 2a5ed87 commit 448d673

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libs/components/src/lib/tooltip/tooltip.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 */

libs/components/src/lib/tooltip/tooltip.directive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ import { TooltipComponent } from './tooltip.component'
4949
export 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' })

0 commit comments

Comments
 (0)