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

@@ -284,6 +284,7 @@ function CameraSelectButton({
return (
<DropdownMenu
modal={false}
open={open}
onOpenChange={(open: boolean) => {
if (!open) {