mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-09 05:42:57 +02:00
wrap useHotkeys to disable on command palette open (#1925)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { useMemo } from 'react';
|
||||
|
||||
import { HotkeyItem, useHotkeys } from '/@/renderer/hooks/use-hotkeys';
|
||||
import { useHotkeySettings, usePlayerStore } from '/@/renderer/store';
|
||||
import { HotkeyItem, useHotkeys } from '/@/shared/hooks/use-hotkeys';
|
||||
|
||||
export const usePlaybackHotkeys = () => {
|
||||
const { bindings } = useHotkeySettings();
|
||||
|
||||
Reference in New Issue
Block a user