fix trigger Modal in DropdownMenu

This commit is contained in:
Qing 2023-03-25 13:55:36 +08:00
parent a0ffc2238b
commit 1a8754e314

View File

@ -119,7 +119,7 @@ const Plugins = () => {
}
return (
<DropdownMenu.Root>
<DropdownMenu.Root modal={false}>
<DropdownMenu.Trigger className="plugins">
<Button icon={<MixIcon />} />
</DropdownMenu.Trigger>