mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-03-04 22:07:06 +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) => {
|
||||
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