Merge remote-tracking branch 'origin/develop' into release/1.1.11-beta

This commit is contained in:
JackLian 2023-09-07 09:27:43 +08:00
commit 7fe6ff33ee

View File

@ -176,7 +176,7 @@ class SkeletonCabin implements IPublicApiCommonSkeletonCabin {
constructor(skeleton: InnerSkeleton) { constructor(skeleton: InnerSkeleton) {
this[skeletonSymbol] = skeleton; this[skeletonSymbol] = skeleton;
this[skeletonCabinSymbol] = { this[skeletonCabinSymbol] = {
Workbench: this.Workbench, Workbench: InnerWorkbench,
createSettingFieldView: this.createSettingFieldView, createSettingFieldView: this.createSettingFieldView,
PopupContext: InnerPopupContext, PopupContext: InnerPopupContext,
PopupPipe: InnerPopupPipe, PopupPipe: InnerPopupPipe,