Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Mar 18, 2024
1 parent 6ca200e commit 22614e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/core/directives/hint/hint-hover.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export class TuiHintHoverDirective extends TuiDriver {
map(
value =>
value &&
(!tuiIsObscured(this.el.nativeElement) ||
this.el.nativeElement.hasAttribute('tuiHintPointer')),
(this.el.nativeElement.hasAttribute('tuiHintPointer') ||
!tuiIsObscured(this.el.nativeElement)),
),
tap(visible => {
this.visible = visible;
Expand Down

0 comments on commit 22614e3

Please sign in to comment.