From e9e0e2faa2f75f85b33465e23cddf5db4443ff5c Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Thu, 4 Jun 2026 15:11:16 +0200 Subject: [PATCH] fix: disable vaul repositionInputs to fix iOS keyboard in drawers --- spa/src/components/ui/drawer.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spa/src/components/ui/drawer.tsx b/spa/src/components/ui/drawer.tsx index 8242639..1e08ecd 100644 --- a/spa/src/components/ui/drawer.tsx +++ b/spa/src/components/ui/drawer.tsx @@ -4,9 +4,10 @@ import { Drawer as DrawerPrimitive } from "vaul" import { cn } from "@/lib/utils" function Drawer({ + repositionInputs = false, ...props }: React.ComponentProps) { - return + return } function DrawerTrigger({