jscad customizer with non-react component #440

Merged
hrgdavor merged 22 commits from kurt/customizer-start-320 into main 2021-08-07 23:09:27 +02:00
Showing only changes of commit 454995304a - Show all commits

View File

@@ -22,7 +22,7 @@ const Customizer = () => {
currentParameters || {},
(values, source) => {
thunkDispatch({ type: 'setCurrentCustomizerParams', payload: values })
if (shouldLiveUpdate) {
if (shouldLiveUpdate && source !== 'group') {
handleRender()
}
},