mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-13 19:12:50 +00:00
feat:test
This commit is contained in:
parent
c24264e8dc
commit
61d99416b8
@ -92,7 +92,7 @@ const Container = (props: {
|
|||||||
return (data: any) => {
|
return (data: any) => {
|
||||||
dispatch({
|
dispatch({
|
||||||
type: 'editorModal/modPointData',
|
type: 'editorModal/modPointData',
|
||||||
payload: { ...curPoint, item: { ...curPoint.item, config: data } },
|
payload: { ...curPoint, item: { ...curPoint?.item, config: data } },
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}, [curPoint, dispatch]);
|
}, [curPoint, dispatch]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user