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.
- package/bundles/raise-common-lib.umd.js +2 -1
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/layout/multi-tab/index.component.js +3 -2
- package/esm5/lib/layout/multi-tab/index.component.js +3 -2
- package/fesm2015/raise-common-lib.js +2 -1
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +2 -1
- package/fesm5/raise-common-lib.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
}),
|
|
3721
|
+
}), 200);
|
|
3721
3722
|
}
|
|
3722
3723
|
else {
|
|
3723
3724
|
this.changeTab(this.tabList[isExistIdx], isExistIdx);
|