add select all hotkey to lists

This commit is contained in:
jeffvli
2025-11-27 14:17:36 -08:00
parent 092a9c3f19
commit 7cc7086dbb
4 changed files with 86 additions and 16 deletions
+3
View File
@@ -0,0 +1,3 @@
import { useFocusWithin as useMantineFocusWithin } from '@mantine/hooks';
export const useFocusWithin = useMantineFocusWithin;