Link to container children breaks if id > 3 characters
This config:
inventory_item .red {
name
set: (#a)
}
create_inventory_item .blue #abc {
item_name #a
}
Works as expected

Changing the id of the second container to #abcd no longer renders the edge
inventory_item .red {
name
set: (#a)
}
create_inventory_item .blue #abcd {
item_name #a
}

关闭于 2023-05-30 5 条评论