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
Middle-click or Control+click doesn't works on search results (possibly on other things too…)
The text was updated successfully, but these errors were encountered:
HTML does not provides a way to create links on block elements (divs, table rows, …) so we resorted to use JavaScript click events instead.
Unfortunatly they do not provide the same facilities (open in a new tab/window, c/p URL, …) and are probably less accessible.
It should be possible to make middle-click and Ctrl+click to open the link in a new tab/window but the behaviour will differ from a real link.
Sorry, something went wrong.
Open js-links in new tab/window when Ctrl modifier or middle-click (fix
de92dbd
#66).
feat: improve test user.changePassword (#66)
4c1581d
Fixes #53
No branches or pull requests
Middle-click or Control+click doesn't works on search results (possibly on other things too…)
The text was updated successfully, but these errors were encountered: