This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: disable autofocus on search input for collection slector

+2
+2
src/webapp/features/collections/components/collectionSelector/CollectionSelector.tsx
··· 11 11 Button, 12 12 Group, 13 13 Divider, 14 + FocusTrap, 14 15 } from '@mantine/core'; 15 16 import { Fragment, useState } from 'react'; 16 17 import { useDebouncedValue } from '@mantine/hooks'; ··· 73 74 74 75 return ( 75 76 <Fragment> 77 + <FocusTrap.InitialFocus /> 76 78 <Stack gap="xl"> 77 79 <Stack> 78 80 <TextInput