We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc48c7 commit 53b8b40Copy full SHA for 53b8b40
src/js/03-fragment-jumper.js
@@ -14,7 +14,7 @@
14
15
function jumpToAnchor (e) {
16
if (e) {
17
- if (e.altKey) return
+ if (e.altKey || e.ctrlKey) return
18
window.location.hash = '#' + this.id
19
e.preventDefault()
20
}
0 commit comments