shx-3d-render
parent
c124185970
commit
8daa091530
|
@ -784,7 +784,7 @@
|
|||
const inputs = content.querySelectorAll('input');
|
||||
|
||||
for(let i = 0; i < inputs.length; i++) {
|
||||
if(inputs[i].type === 'radio') {
|
||||
if(inputs[i].type === 'radio' && inputs[i].classList.contains('shx-ifc-colorselect-input')) {
|
||||
inputs[i].addEventListener('change', this.updateSelectColorSwatch.bind(this));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue