@blocklet/pages-kit-block-studio 0.7.11 → 0.7.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -387,7 +387,7 @@ function Layout({ loadState, loadedData }) {
|
|
|
387
387
|
},
|
|
388
388
|
];
|
|
389
389
|
}));
|
|
390
|
-
}, [state.metadata.properties, state.propertiesValue]);
|
|
390
|
+
}, [JSON.stringify(state.metadata.properties), JSON.stringify(state.propertiesValue)]);
|
|
391
391
|
// 添加防抖函数,延迟渲染
|
|
392
392
|
const { run: triggerRerender } = useDebounceFn(() => {
|
|
393
393
|
// 发送消息到 iframe
|