mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-03-17 11:13:38 +00:00
Revert "feat:test"
This reverts commit 61d99416b8f522efe9188eef269ad5c3532efc44.
This commit is contained in:
parent
61d99416b8
commit
7342c94bd0
@ -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