fix enable type in search command dialog
This commit is contained in:
parent
73566e3907
commit
febd4e4379
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user