e.g. create a menu like this: ``` A B A C A ``` Clicking the delete button on the middle `A` will instead delete the first one. This is due to searching child element by ID instead of by index. Code location: CTRL+F for `vc.delete.connect`
e.g. create a menu like this:
Clicking the delete button on the middle
Awill instead delete the first one. This is due to searching child element by ID instead of by index.Code location: CTRL+F for
vc.delete.connect