mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-25 18:51:05 +00:00
Basic fixes
This commit is contained in:
parent
99a9c2344e
commit
0de11fc7ac
3 changed files with 5 additions and 2 deletions
js/technical
|
@ -58,7 +58,7 @@ var systemComponents = {
|
|||
tmp[layer].canClick ? (tmp[layer].tooltip ? tmp[layer].tooltip : 'I am a button!')
|
||||
: (tmp[layer].tooltipLocked ? tmp[layer].tooltipLocked : 'I am a button!')
|
||||
)"></tooltip>
|
||||
<node-mark :layer='layer' :data='layers[layer].marked'></node-mark></span>
|
||||
<node-mark :layer='layer' :data='tmp[layer].marked'></node-mark></span>
|
||||
</button>
|
||||
`
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue