pds-dev-kit-web-test 2.5.144 → 2.5.145
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.
@@ -140,7 +140,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
140
140
|
}
|
141
141
|
return __assign(__assign({}, prev), (_a = {}, _a[layoutByDevice] = filteredLayout, _a));
|
142
142
|
});
|
143
|
-
}, [componentBlocks, group_2.getGroupCB, layoutByDevice]);
|
143
|
+
}, [componentBlocks, group_2.getGroupCB, layoutByDevice, zOrders]);
|
144
144
|
(0, react_1.useEffect)(function () {
|
145
145
|
if (editingSectionId !== props.id) {
|
146
146
|
setSelectedBlockId(null);
|