shx-3d-render

main
Jan Umbach 2024-06-24 17:01:38 +02:00
parent 0da9c9abf8
commit ce451dfe50
1 changed files with 2 additions and 1 deletions

View File

@ -756,8 +756,9 @@
// check if some values are empty ""
for(let key in globalInputFormsObjValues[this.currentVariant]) {
if(globalInputFormsObjValues[this.currentVariant][key] === "") {
if(globalInputFormsObjValues[this.currentVariant][key].replaceAll(" ", "") === "") {
console.log("Empty value found", key);
this.disableBuyButton();
return;
}
}