1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-13 05:11:10 +00:00

Fixed things in tabFormat not updating

This commit is contained in:
Harley White 2021-05-07 09:47:25 -04:00
parent c5c78b3eb0
commit 124df2d3f9
4 changed files with 11 additions and 11 deletions
js/technical

View file

@ -134,11 +134,7 @@ function updateTempData(layerData, tmpData, funcsData) {
NaNalert = true;
}
}
if (tmpData[item] === undefined)
Vue.set(tmpData, item, value)
else
tmpData[item]=value
Vue.set(tmpData, item, value)
}
}
}