From 42caa1471eed6b4cc27467bfe630bde1cb140b6e Mon Sep 17 00:00:00 2001 From: DCCONSTRUCTIONS Date: Thu, 23 Apr 2026 09:53:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=A3=D0=9D=D0=9A=D0=A6=D0=98=D0=98=20-?= =?UTF-8?q?=20=D0=9C=D0=95=D0=96=D0=9F=D0=A0=D0=9E=D0=95=D0=9A=D0=A2=D0=9D?= =?UTF-8?q?=D0=90=D0=AF=20=D0=9A=D0=9E=D0=9C=D0=9C=D0=A3=D0=9D=D0=98=D0=9A?= =?UTF-8?q?=D0=90=D0=A6=D0=98=D0=AF:=20=D0=B7=D0=B0=D0=BF=D1=80=D0=B5?= =?UTF-8?q?=D1=82=20=D0=BE=D1=82=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=B4=D0=B5=D1=82=D0=B0=D0=BB=D0=B5=D0=B9=20=D0=BA=D0=B0=D1=80?= =?UTF-8?q?=D1=82=D0=BE=D1=87=D0=BA=D0=B8=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7?= =?UTF-8?q?=20controls=20=D1=81=D1=82=D0=B0=D1=82=D1=83=D1=81=D0=B0=20?= =?UTF-8?q?=D0=B8=20=D0=BF=D1=80=D0=B8=D0=BE=D1=80=D0=B8=D1=82=D0=B5=D1=82?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plane-src/packages/ui/src/control-link/control-link.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plane-src/packages/ui/src/control-link/control-link.tsx b/plane-src/packages/ui/src/control-link/control-link.tsx index 1e20645..1250b21 100644 --- a/plane-src/packages/ui/src/control-link/control-link.tsx +++ b/plane-src/packages/ui/src/control-link/control-link.tsx @@ -25,7 +25,7 @@ export const ControlLink = React.forwardRef(function ControlLink( const handleOnClick = (event: React.MouseEvent) => { const interactiveTarget = (event.target as HTMLElement | null)?.closest( - '[data-control-link-ignore="true"],button,[role="button"],input,select,textarea,[contenteditable="true"]' + '[data-control-link-ignore="true"],[data-prevent-outside-click],button,[role="button"],input,select,textarea,[contenteditable="true"]' ); if (interactiveTarget && interactiveTarget !== event.currentTarget) { event.preventDefault();