From 8837e261652d6b60383c6a891eab0b1ed725a167 Mon Sep 17 00:00:00 2001 From: Michal Milek Date: Tue, 10 Dec 2024 21:50:14 +0100 Subject: [PATCH] fix: update FluidCursor component to disable pointer events for the fluid effect --- registry/components/cursor/common/fluid-cursor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/cursor/common/fluid-cursor.tsx b/registry/components/cursor/common/fluid-cursor.tsx index dc73fa6..6c1beec 100644 --- a/registry/components/cursor/common/fluid-cursor.tsx +++ b/registry/components/cursor/common/fluid-cursor.tsx @@ -9,7 +9,7 @@ const FluidCursor = () => { }, []); return ( -
+
);