forked from Github/frigate
non-modal dropdown menus (#11649)
This commit is contained in:
@@ -583,7 +583,7 @@ function PtzControlPanel({
|
||||
</>
|
||||
)}
|
||||
{(ptz?.presets?.length ?? 0) > 0 && (
|
||||
<DropdownMenu>
|
||||
<DropdownMenu modal={false}>
|
||||
<DropdownMenuTrigger asChild>
|
||||
<Button>
|
||||
<BsThreeDotsVertical />
|
||||
|
||||
Reference in New Issue
Block a user