mirror of
https://github.com/dpc/tagwiki
synced 2025-04-05 23:26:55 +00:00
Cancel keydown /
to not append /
to search box
This commit is contained in:
parent
89c4416412
commit
635a5fe7a8
@ -130,6 +130,7 @@ Mousetrap.bind(['ctrl+up', 'k'], function() {
|
||||
|
||||
Mousetrap.bind(['/'], function() {
|
||||
focusAppendToById('query-text');
|
||||
return false;
|
||||
});
|
||||
|
||||
Mousetrap.bindGlobal(['alt+/', 'alt+f', 'alt+q'], function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user