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
parent
commit
1ec3835ca2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/shared/components/popover.component.ts

2
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 } {

Loading…
Cancel
Save