shx-3d-render

main
Jan Umbach 2024-06-21 22:56:22 +02:00
parent 0bd07b1463
commit f1824232c4
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@
let html = `
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}: <span>${inputVal.name}</span></label>
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}: <span>${SHX_getFilamentById(inputVal).name}</span></label>
<div id="${inputID}" class="shx-ifc-colorselect">
`;