From 029b69b19455cfc2de15c93d26995335ec9a3511 Mon Sep 17 00:00:00 2001 From: karate Date: Fri, 26 Apr 2024 14:28:14 +0300 Subject: [PATCH] Add `nodrag` class to input elements. Fixes #7 --- src/components/ui/input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/input.tsx b/src/components/ui/input.tsx index 9d631e7..90effa3 100644 --- a/src/components/ui/input.tsx +++ b/src/components/ui/input.tsx @@ -11,7 +11,7 @@ const Input = React.forwardRef(