mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-03 16:07:24 +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) => {
|
{(skeleton) => {
|
||||||
if (skeleton) {
|
if (skeleton) {
|
||||||
return (
|
return (
|
||||||
<StageBox skeleton={skeleton} target={settings}>
|
<StageBox skeleton={skeleton} target={settings} key={settings.id}>
|
||||||
<SettingsPane target={settings} usePopup={false} />
|
<SettingsPane target={settings} usePopup={false} />
|
||||||
</StageBox>
|
</StageBox>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user