Fixed a crash when using tb-help-popup inside matSuffix

Fixed a crash when using tb-help-popup inside matSuffix

Moved styles assignment after positioning

Moved styles assignment after positioning

Changed approach to condition in setter

Changed approach to condition in setter

@nickAS21
fix_bug_lwm2m: add resource "tbfw" and "tbsw" to root coap

fix_bug_lwm2m: refactoring

fix_bug_lwm2m: add block2 condition

Merge with RC

Remove link to Google Groups

fix_bug_lwm2m: add authorizer to lh server

update dashboard title to include TBEL metrics

Use create coap profile in tests

Renamed profile data variables

Version 4.1.0-SNAPSHOT

Cleanup upgrade scripts

Revert "Cleanup upgrade scripts"

This reverts commit e008792acf6cf3559653363675d82dab5bd843ec.

Revert "Version 4.1.0-SNAPSHOT"

This reverts commit da0ec62692c75f543b583e64714d60fa2f41b9d3.

Revert "Renamed profile data variables"

This reverts commit 12b1de4d2e6e3ffdc5ccb8becf5c9d9ace523c9c.

Revert "Use create coap profile in tests"

This reverts commit c07ff658ad07f5d2c8a6472b490feb1b83590659.

Revert "update dashboard title to include TBEL metrics"

This reverts commit 06df627aec29c3bd4141c36814b4f8443890f87f.

Revert "fix_bug_lwm2m: add authorizer to lh server"

This reverts commit b1f3a743da4de46746e85f0453434aedf457bc6e.

Revert "Remove link to Google Groups"

This reverts commit ba8f536b626c772c84c7cf17dea4057727edc816.

Revert "Merge with RC"

This reverts commit 02a09ac4f16954f9fd25dabde41a277ff19cdf9e.

Revert "fix_bug_lwm2m: add block2 condition"

This reverts commit bd09ed8202c397f98472a8838a73b4ffc2aa0124.

Revert "fix_bug_lwm2m: refactoring"

This reverts commit eefa6caee40768e33c010287694147302451befb.

Revert "@nickAS21"

This reverts commit cecfa18fc8e71dc8c4cf736855f51cff65ee4828.
This commit is contained in:
mpetrov 2025-04-16 13:06:01 +03:00
parent b9083a7cd9
commit f4b769e42a

View File

@ -472,7 +472,9 @@ export class TbPopoverComponent<T = any> implements OnDestroy, OnInit {
set tbOverlayStyle(value: { [klass: string]: any }) {
this._tbOverlayStyle = value;
this.cdr.detectChanges();
if (this.popover) {
this.cdr.detectChanges();
}
}
get tbOverlayStyle(): { [klass: string]: any } {