1
0
Fork 0
This commit is contained in:
Shipow 2020-06-05 10:06:08 +02:00
commit 5df5069a38

View file

@ -307,7 +307,9 @@ export function DocSearchModal({
return (
<div
ref={containerRef}
{...getRootProps({})}
{...getRootProps({
'aria-expanded': true,
})}
className={[
'DocSearch-Container',
state.status === 'stalled' && 'DocSearch-Container--Stalled',