work around radix pointer events issue again

This commit is contained in:
Josh Hawkins 2026-03-23 18:48:09 -05:00
parent b241dc20ec
commit 5a62c87741
2 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,7 @@ export default function ClassificationSelectionDialog({
</SelectorTrigger> </SelectorTrigger>
<SelectorContent <SelectorContent
className={cn("", isMobile && "mx-1 gap-2 rounded-t-2xl px-4")} className={cn("", isMobile && "mx-1 gap-2 rounded-t-2xl px-4")}
onCloseAutoFocus={(e) => e.preventDefault()}
> >
{isMobile && ( {isMobile && (
<DrawerHeader className="sr-only"> <DrawerHeader className="sr-only">

View File

@ -91,6 +91,7 @@ export default function FaceSelectionDialog({
</SelectorTrigger> </SelectorTrigger>
<SelectorContent <SelectorContent
className={cn("", isMobile && "mx-1 gap-2 rounded-t-2xl px-4")} className={cn("", isMobile && "mx-1 gap-2 rounded-t-2xl px-4")}
onCloseAutoFocus={(e) => e.preventDefault()}
> >
{isMobile && ( {isMobile && (
<DrawerHeader className="sr-only"> <DrawerHeader className="sr-only">