mirror of
https://github.com/dpc/tagwiki
synced 2026-08-04 09:18:55 +00:00
Cancel keydown / to not append / to search box
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user