deeply compare old and new params
This commit is contained in:
@@ -22,7 +22,7 @@ const Customizer = () => {
|
||||
currentParameters || {},
|
||||
(values, source) => {
|
||||
thunkDispatch({ type: 'setCurrentCustomizerParams', payload: values })
|
||||
if (shouldLiveUpdate && source !== 'group') {
|
||||
if (shouldLiveUpdate) {
|
||||
handleRender()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user