emoji picker
parent
1ff30a80c8
commit
0e326f2d71
|
@ -946,10 +946,6 @@
|
|||
this.Viewer3D.contentWindow.postMessage(JSON.stringify({"changeView":{"currentVariant": this.currentVariant, values: globalInputFormsObjValues[this.currentVariant]}}), "*");
|
||||
|
||||
//this.showLoadingSpinner();
|
||||
|
||||
console.log("render view")
|
||||
|
||||
|
||||
}
|
||||
|
||||
updateSelectColorSwatch(event) {
|
||||
|
@ -971,6 +967,7 @@
|
|||
|
||||
document.querySelector('.shx-ifc-form_label_selected_' + inputID).innerHTML = options[swatch].name;
|
||||
|
||||
console.log("updateSelectSwatch")
|
||||
|
||||
this.renderView(200);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue