UI: Fixed show help popover when use slow network
This commit is contained in:
parent
122dea9feb
commit
fdf8596ccb
@ -472,7 +472,7 @@ export class TbPopoverComponent<T = any> implements OnDestroy, OnInit {
|
|||||||
|
|
||||||
set tbOverlayStyle(value: { [klass: string]: any }) {
|
set tbOverlayStyle(value: { [klass: string]: any }) {
|
||||||
this._tbOverlayStyle = value;
|
this._tbOverlayStyle = value;
|
||||||
this.cdr.markForCheck();
|
this.cdr.detectChanges();
|
||||||
}
|
}
|
||||||
|
|
||||||
get tbOverlayStyle(): { [klass: string]: any } {
|
get tbOverlayStyle(): { [klass: string]: any } {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user