Skip to content

Commit

Permalink
fix enable type in search command dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Jan 8, 2024
1 parent 73566e3 commit febd4e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/containers/Providers/KeyListener.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default function KeyListener({ children }: Props) {

useEffect(() => {
const onKeyDown = (e: KeyboardEvent) => {
e.preventDefault()
const prefixKey = isMac ? e.metaKey : e.ctrlKey

if (e.key === 'b' && prefixKey) {
Expand Down

0 comments on commit febd4e4

Please sign in to comment.