@smartbit4all/ng-client 3.3.167 → 3.3.169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15448,6 +15448,7 @@ class SmartComponentApiClient {
15448
15448
  }))
15449
15449
  .then(() => {
15450
15450
  // continue code here if needed
15451
+ this.changeDetector?.detectChanges();
15451
15452
  })
15452
15453
  .catch((error) => {
15453
15454
  console.error('An error occurred during toolbar setup:', error);