kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'search-no-autofocus' into 'main'
Don't autofocus on the search page See merge request soapbox-pub/soapbox!3257fix-error-messages
commit
eebdb46b7d
|
@ -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>
|
||||
|
|
Ładowanie…
Reference in New Issue