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

Highlight nodes even if player is on the tab, also a tmp fix

This commit is contained in:
Harley White 2021-05-03 13:30:01 -04:00
parent 23a5865642
commit 801570167d
3 changed files with 5 additions and 3 deletions
js/technical

View file

@ -120,8 +120,10 @@ function updateTempData(layerData, tmpData, funcsData) {
}
}
tmpData[item]=value
if (tmpData[item] === undefined)
Vue.set(tmpData, item, value)
else
tmpData[item]=value
}
}
}