mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 22:58:15 +00:00
fix: 修复设置区 stage 回到首页的功能
This commit is contained in:
parent
10dfbe9fc7
commit
71ff7c698d
@ -45,6 +45,7 @@ export default class StageBox extends Component<StageBoxProps> {
|
|||||||
} else {
|
} else {
|
||||||
const stateName = skeleton.createStage({
|
const stateName = skeleton.createStage({
|
||||||
content: children,
|
content: children,
|
||||||
|
isRoot: true,
|
||||||
});
|
});
|
||||||
this.stageChain = new StageChain(skeleton.getStage(stateName as string) as StageWidget);
|
this.stageChain = new StageChain(skeleton.getStage(stateName as string) as StageWidget);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user