This repository has no description
0

Configure Feed

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

feat: disable autofocus on new card form

-2
-1
src/webapp/features/cards/components/addCardDrawer/AddCardForm.tsx
··· 169 169 variant: 'filled', 170 170 size: 'md', 171 171 leftSection: <IoMdLink size={22} />, 172 - 'data-autofocus': true, 173 172 }} 174 173 /> 175 174
-1
src/webapp/features/composer/components/Composer.tsx
··· 321 321 variant: 'filled', 322 322 size: 'md', 323 323 leftSection: <IoMdLink size={22} />, 324 - 'data-autofocus': true, 325 324 }} 326 325 /> 327 326