shx-3d-render
parent
53f55eb008
commit
b4a8caa163
|
@ -480,6 +480,8 @@
|
||||||
|
|
||||||
// .shx-ifc-form_label_selected_${input.id}
|
// .shx-ifc-form_label_selected_${input.id}
|
||||||
|
|
||||||
|
console.log("input.id", input.id, "inputID", inputID, "filamentID", filamentID);
|
||||||
|
|
||||||
// the the last - and get the id
|
// the the last - and get the id
|
||||||
let inputID = input.id.slice(0, input.id.lastIndexOf('-'));
|
let inputID = input.id.slice(0, input.id.lastIndexOf('-'));
|
||||||
let filamentID = input.id.slice(inputID.indexOf('-') + 1);
|
let filamentID = input.id.slice(inputID.indexOf('-') + 1);
|
||||||
|
|
Loading…
Reference in New Issue