add constraints to volume updates by hotkey, throttle to 50ms (#1345)

This commit is contained in:
jeffvli
2025-12-08 20:00:37 -08:00
parent a96ea6c5ac
commit 498a0f4b5d
2 changed files with 12 additions and 4 deletions
@@ -0,0 +1,3 @@
import { useThrottledCallback as useMantineThrottledCallback } from '@mantine/hooks';
export const useThrottledCallback = useMantineThrottledCallback;