raise-common-lib 0.0.172 → 0.0.174

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