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:
parent
c5c78b3eb0
commit
124df2d3f9
4 changed files with 11 additions and 11 deletions
js/technical
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue