We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
A
Code location: CTRL+F for vc.delete.connect
vc.delete.connect
The text was updated successfully, but these errors were encountered:
No branches or pull requests
e.g. create a menu like this:
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
The text was updated successfully, but these errors were encountered: