shx-3d-render

main
Jan Umbach 2024-06-21 23:34:23 +02:00
parent 53f55eb008
commit b4a8caa163
1 changed files with 2 additions and 0 deletions

View File

@ -480,6 +480,8 @@
// .shx-ifc-form_label_selected_${input.id}
console.log("input.id", input.id, "inputID", inputID, "filamentID", filamentID);
// the the last - and get the id
let inputID = input.id.slice(0, input.id.lastIndexOf('-'));
let filamentID = input.id.slice(inputID.indexOf('-') + 1);