Browse Source
Merge pull request #13188 from vvlladd28/bug/show-popover/content
Fixed show help popover
pull/13203/head
Igor Kulikov
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/shared/components/popover.component.ts
|
|
|
@ -472,7 +472,7 @@ export class TbPopoverComponent<T = any> implements OnDestroy, OnInit { |
|
|
|
|
|
|
|
set tbOverlayStyle(value: { [klass: string]: any }) { |
|
|
|
this._tbOverlayStyle = value; |
|
|
|
this.cdr.markForCheck(); |
|
|
|
this.cdr.detectChanges(); |
|
|
|
} |
|
|
|
|
|
|
|
get tbOverlayStyle(): { [klass: string]: any } { |
|
|
|
|