raise-common-lib 0.0.171 → 0.0.172

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.
@@ -3406,6 +3406,7 @@ var MultiTabComponent = /** @class */ (function () {
3406
3406
  sessionStorage.setItem("TabCache", JSON.stringify(this.tabList));
3407
3407
  this.onCloseTab.emit(tab);
3408
3408
  this.ref.markForCheck();
3409
+ this.ref.detectChanges();
3409
3410
  };
3410
3411
  /**
3411
3412
  * @param {?} tab
@@ -3525,7 +3526,7 @@ var MultiTabComponent = /** @class */ (function () {
3525
3526
  */
3526
3527
  function () {
3527
3528
  _this.addTab(url, title);
3528
- }), 30);
3529
+ }), 200);
3529
3530
  }
3530
3531
  else {
3531
3532
  this.changeTab(this.tabList[isExistIdx], isExistIdx);