Browse Source

UI: Fixed show help popover when use slow network

pull/13188/head
Vladyslav_Prykhodko 1 year ago
parent
commit
fdf8596ccb
  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