mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-15 18:58:11 +00:00
Merge remote-tracking branch 'origin/develop' into release/1.1.11-beta
This commit is contained in:
commit
7fe6ff33ee
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user