cleanup, few fixes

This commit is contained in:
Davor Hrg
2021-08-06 11:22:09 +02:00
parent 80b12a6e3a
commit e851593c12
5 changed files with 10 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ const Customizer = () => {
const handleRender2 = ()=>handleRender(getParams(ref.current))
React.useEffect(() => {
console.log({ jsCadCustomizerElement, customizerParams, lastParameters })
if (jsCadCustomizerElement && customizerParams) {
genParams(customizerParams, jsCadCustomizerElement, lastParameters || {}, (values, source)=>{
if(source === 'group'){