ITADN

Link to container children breaks if id > 3 characters

#512Closediotasquared 创建于 2023-05-19
I
iotasquaredcommented
This config: inventory_item .red { name set: (#a) } create_inventory_item .blue #abc { item_name #a } Works as expected ![image](https://github.com/tone-row/flowchart-fun/assets/526758/ad621962-70b4-4fd4-b110-e09e0a72db3a) 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 } ![image](https://github.com/tone-row/flowchart-fun/assets/526758/1a2a2e54-5d55-40f8-a2a5-881bb0217a68)
关闭于 2023-05-30 5 条评论