fix: Remove AI Assistant Button from Tab Order to Prevent Focus (#6569)
* make ai button unfocused * fix the format
This commit is contained in:
parent
14083ea7da
commit
16bc64e2fa
3 changed files with 2 additions and 3 deletions
|
|
@ -188,7 +188,7 @@ export const GptAssistantPopover: React.FC<Props> = (props) => {
|
|||
return (
|
||||
<Popover as="div" className={`relative w-min text-left`}>
|
||||
<Popover.Button as={Fragment}>
|
||||
<button ref={setReferenceElement} className="flex items-center">
|
||||
<button ref={setReferenceElement} className="flex items-center" tabIndex={-1}>
|
||||
{button}
|
||||
</button>
|
||||
</Popover.Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue