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