Stricter layer checking
This commit is contained in:
parent
18c53af27f
commit
3334e0d384
5 changed files with 42 additions and 258 deletions
|
@ -37,6 +37,8 @@ export default class SharedTagRenderings {
|
|||
for (const key in icons) {
|
||||
dict.set(key, <TagRenderingConfigJson>icons[key])
|
||||
}
|
||||
|
||||
dict.forEach((value, key) => value.id = key)
|
||||
|
||||
return dict;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue