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. R to set the root, which appears to be handled at:
R
ud-annotatrix/client/gui/keyboard.js
Lines 315 to 318 in 415327b
Is there a missing event.preventDefault()?
event.preventDefault()
Is there alternative way to set the root?
The text was updated successfully, but these errors were encountered:
(A hacky workaround: app.graph.setRoot($(".activated")); in the console)
app.graph.setRoot($(".activated"));
Sorry, something went wrong.
@nschneid does event.preventDefault() work there as a fix? If so I can add it, or you could make a PR.
I see it is being called in some places in that file. I don't know what the correct logic should be.
No branches or pull requests
E.g.
R
to set the root, which appears to be handled at:ud-annotatrix/client/gui/keyboard.js
Lines 315 to 318 in 415327b
Is there a missing
event.preventDefault()
?Is there alternative way to set the root?
The text was updated successfully, but these errors were encountered: