mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +00:00
feat(common): update skeletonCabinSymbol exports
This commit is contained in:
parent
34acd70659
commit
7ef62308d7
@ -176,7 +176,7 @@ class SkeletonCabin implements IPublicApiCommonSkeletonCabin {
|
||||
constructor(skeleton: InnerSkeleton) {
|
||||
this[skeletonSymbol] = skeleton;
|
||||
this[skeletonCabinSymbol] = {
|
||||
Workbench: this.Workbench,
|
||||
Workbench: InnerWorkbench,
|
||||
createSettingFieldView: this.createSettingFieldView,
|
||||
PopupContext: InnerPopupContext,
|
||||
PopupPipe: InnerPopupPipe,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user