shx-3d-render
parent
6db9de04f1
commit
9520843772
|
@ -701,8 +701,8 @@
|
|||
} else if(input.classList.contains('shx-ifc-swatchselect-input')) {
|
||||
let name = input.id.replace('shx-', '');
|
||||
|
||||
let swatchID = name.slice(0, _name.indexOf('-'));
|
||||
let swatchValue = name.slice(_name.indexOf('-') + 1);
|
||||
let swatchID = name.slice(0, name.indexOf('-'));
|
||||
let swatchValue = name.slice(name.indexOf('-') + 1);
|
||||
|
||||
globalInputFormsObjValues[key][swatchID] = swatchValue;
|
||||
|
||||
|
|
Loading…
Reference in New Issue