mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
work around radix pointer events issue again
This commit is contained in:
parent
b241dc20ec
commit
5a62c87741
@ -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">
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user