raise-common-lib 0.0.172 → 0.0.173

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,7 +3406,6 @@ 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();
3410
3409
  };
3411
3410
  /**
3412
3411
  * @param {?} tab
@@ -3525,8 +3524,9 @@ var MultiTabComponent = /** @class */ (function () {
3525
3524
  * @return {?}
3526
3525
  */
3527
3526
  function () {
3528
- _this.addTab(url, title);
3529
- }), 200);
3527
+ // this.addTab(url, title);
3528
+ _this.router.navigateByUrl(url);
3529
+ }), 30);
3530
3530
  }
3531
3531
  else {
3532
3532
  this.changeTab(this.tabList[isExistIdx], isExistIdx);