mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
fix: 修复设置区不刷新的 bug
This commit is contained in:
parent
8c4ee26d64
commit
6b6536498f
@ -151,7 +151,7 @@ export class SettingsPrimaryPane extends Component<{ editor: Editor; config: any
|
||||
{(skeleton) => {
|
||||
if (skeleton) {
|
||||
return (
|
||||
<StageBox skeleton={skeleton} target={settings}>
|
||||
<StageBox skeleton={skeleton} target={settings} key={settings.id}>
|
||||
<SettingsPane target={settings} usePopup={false} />
|
||||
</StageBox>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user