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.
@@ -3598,6 +3598,7 @@
3598
3598
  sessionStorage.setItem("TabCache", JSON.stringify(this.tabList));
3599
3599
  this.onCloseTab.emit(tab);
3600
3600
  this.ref.markForCheck();
3601
+ this.ref.detectChanges();
3601
3602
  };
3602
3603
  /**
3603
3604
  * @param {?} tab
@@ -3717,7 +3718,7 @@
3717
3718
  */
3718
3719
  function () {
3719
3720
  _this.addTab(url, title);
3720
- }), 30);
3721
+ }), 200);
3721
3722
  }
3722
3723
  else {
3723
3724
  this.changeTab(this.tabList[isExistIdx], isExistIdx);