BottomSheet: remove focus
This commit is contained in:
parent
9da4a3a4b3
commit
8205ff661b
1 changed files with 2 additions and 0 deletions
|
@ -228,6 +228,8 @@ const BottomSheet: ParentComponent<BottomSheetProps> = (props) => {
|
||||||
}}
|
}}
|
||||||
onClick={onDialogClick}
|
onClick={onDialogClick}
|
||||||
ref={element!}
|
ref={element!}
|
||||||
|
tabIndex={-1}
|
||||||
|
role="presentation"
|
||||||
>
|
>
|
||||||
{ochildren() ?? cache()}
|
{ochildren() ?? cache()}
|
||||||
</dialog>
|
</dialog>
|
||||||
|
|
Loading…
Reference in a new issue