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:
parent
23a5865642
commit
801570167d
3 changed files with 5 additions and 3 deletions
js/technical
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue