From 3df2b97dd28743e571d4d120cd9580659e0f0164 Mon Sep 17 00:00:00 2001 From: Ansh-Dhanani Date: Tue, 27 Jan 2026 20:40:25 +0530 Subject: [PATCH] Make images non-draggable in comparison component --- apps/docs/examples/comparison.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/docs/examples/comparison.tsx b/apps/docs/examples/comparison.tsx index 181e3222..70647314 100644 --- a/apps/docs/examples/comparison.tsx +++ b/apps/docs/examples/comparison.tsx @@ -13,6 +13,7 @@ const Example = () => ( src="https://placehold.co/1920x1080?random=1" unoptimized width={1920} + draggable={false} /> @@ -23,6 +24,7 @@ const Example = () => ( src="https://placehold.co/2560x1440?random=2" unoptimized width={2560} + draggable={false} />