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
Implementation: Add
function keyPress (e) { if(e.key === "Escape") { $("#domain_information_overlay").removeClass("is-active"); $("#positional_information_overlay").removeClass("is-active"); d3.selectAll(".tr").classed("is-selected", false); } }
To https://github.com/cmbi/metadome/blob/master/metadome/presentation/web/templates/js/dashboard.js
The text was updated successfully, but these errors were encountered:
implemented fix for #47
d7eb753
Fixed as of d7eb753
Sorry, something went wrong.
No branches or pull requests
Implementation:
Add
To https://github.com/cmbi/metadome/blob/master/metadome/presentation/web/templates/js/dashboard.js
The text was updated successfully, but these errors were encountered: