From c2e26f9f1c85c83fd24041328c23b97695996e12 Mon Sep 17 00:00:00 2001 From: haappi Date: Sun, 18 May 2025 12:39:39 -0500 Subject: fix(web): Fix tag drag and drop merging on firefox .Fixes #1016 (#1309) --- apps/web/components/dashboard/tags/TagPill.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/web/components/dashboard/tags/TagPill.tsx b/apps/web/components/dashboard/tags/TagPill.tsx index c6b08d64..aee3e66e 100644 --- a/apps/web/components/dashboard/tags/TagPill.tsx +++ b/apps/web/components/dashboard/tags/TagPill.tsx @@ -81,6 +81,7 @@ export function TagPill({ } href={`/dashboard/tags/${id}`} data-id={id} + draggable={false} > {name} {count} @@ -113,4 +114,4 @@ export function TagPill({ {pill} ); -} +} \ No newline at end of file -- cgit v1.2.3-70-g09d2