mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +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 {
|
||||
const stateName = skeleton.createStage({
|
||||
content: children,
|
||||
isRoot: true,
|
||||
});
|
||||
this.stageChain = new StageChain(skeleton.getStage(stateName as string) as StageWidget);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user