Skip to content
New issue

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

NodeClick prepend "s" to the id #6

Open
gioppoluca opened this issue Oct 25, 2019 · 1 comment
Open

NodeClick prepend "s" to the id #6

gioppoluca opened this issue Oct 25, 2019 · 1 comment

Comments

@gioppoluca
Copy link

Managed to make click work, but the ID that get returned is not "1" as expected but "s1" any hints on why?

@via4e
Copy link

via4e commented Oct 25, 2019

Managed to make click work, but the ID that get returned is not "1" as expected but "s1" any hints on why?

Same question, bro...
temporary work for me, but unwanted
editNode(nodeId) {
nodeId = nodeId.replace(/[^\d]/g, '')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants