Merge branch 'search-no-autofocus' into 'main'

Don't autofocus on the search page

See merge request soapbox-pub/soapbox!3257
This commit is contained in:
Alex Gleason 2024-11-16 14:37:55 +00:00
commit eebdb46b7d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const SearchPage = () => {
>
<div className='space-y-4'>
<div className='px-4 sm:py-0'>
<Search autoFocus autoSubmit />
<Search autoSubmit />
</div>
<SearchResults />
</div>