From 63efe40a7b524befc77c620cd71be62b7795a38f Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Fri, 1 Aug 2025 09:44:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(frontend)=20fix=20interlinking=20c?= =?UTF-8?q?lick=20with=20Firefox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed Firefox requiring double-click on interlinks by adding draggable="false" to prevent drag detection conflicts in contenteditable areas. --- .../Interlinking/InterlinkingLinkInlineContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-inline-content/Interlinking/InterlinkingLinkInlineContent.tsx b/src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-inline-content/Interlinking/InterlinkingLinkInlineContent.tsx index 778422cc..395a77a7 100644 --- a/src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-inline-content/Interlinking/InterlinkingLinkInlineContent.tsx +++ b/src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-inline-content/Interlinking/InterlinkingLinkInlineContent.tsx @@ -55,6 +55,7 @@ const LinkSelected = ({ url, title }: LinkSelectedProps) => { return (