From 5485386f7f47ea8f7236ad37fcf67b62e6e125a9 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 04:28:37 +0000 Subject: [PATCH] completionId: cgen-dd2f0581e0c24cd482615ee2592c30d4 cgen-dd2f0581e0c24cd482615ee2592c30d4 --- client/pages/Dashboard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index c155074f..7b010ee9 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -1131,6 +1131,7 @@ export default function Dashboard() { id="displayName" value={displayName} onChange={(e) => setDisplayName(e.target.value)} + className="pointer-events-auto" />