non-modal dropdown menus (#11649)

This commit is contained in:
Josh Hawkins
2024-05-30 08:39:14 -05:00
committed by GitHub
parent 1c2e2a7b38
commit 9cb3e11df6
8 changed files with 8 additions and 5 deletions

View File

@@ -583,7 +583,7 @@ function PtzControlPanel({
</>
)}
{(ptz?.presets?.length ?? 0) > 0 && (
<DropdownMenu>
<DropdownMenu modal={false}>
<DropdownMenuTrigger asChild>
<Button>
<BsThreeDotsVertical />