Fix docsearch shortcut

This commit is contained in:
Simon Kollross 2017-12-02 22:25:08 +01:00
parent 0eb520927a
commit 2cf4a2ade6

View File

@ -17,5 +17,6 @@ anchors.add()
// Add shortcut to search input when pressing the "/" key
Mousetrap.bind('/', function (e) {
e.preventDefault()
document.getElementById('docsearch').focus()
}, 'keyup')
})