Skip to content

Commit

Permalink
Do not listen for shortcuts in inputs, by default. (#18716)
Browse files Browse the repository at this point in the history
  • Loading branch information
linuspahl authored Mar 21, 2024
1 parent d6ebb26 commit 118dc4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graylog2-web-interface/src/hooks/useHotkey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const DEFAULT_COMBINATION_KEY = '+';
const defaultOptions: ReactHotKeysHookOptions & Options = {
preventDefault: true,
enabled: true,
enableOnFormTags: true,
enableOnContentEditable: false,
combinationKey: DEFAULT_COMBINATION_KEY,
splitKey: DEFAULT_SPLIT_KEY,
Expand Down

0 comments on commit 118dc4b

Please sign in to comment.