prevent dropdown menu autoFocus

This commit is contained in:
Qing 2023-03-25 13:49:02 +08:00
parent 003a104406
commit a0ffc2238b

View File

@ -130,6 +130,7 @@ const Plugins = () => {
side="bottom"
align="start"
sideOffset={5}
onCloseAutoFocus={event => event.preventDefault()}
>
{renderPlugins()}
</DropdownMenu.Content>