From 6130ed825907462cd82532bac4c2a0ed98770dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirito=E4=B8=B6=E5=9F=8E?= <41162158+WangJincheng4869@users.noreply.github.com> Date: Thu, 9 Nov 2023 17:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=20=E7=BC=A9=E6=94=BE=E5=BF=AB=E6=8D=B7?= =?UTF-8?q?=E9=94=AE=20CTRL=20+=20=E6=BB=9A=E8=BD=AE=E4=BC=9A=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E6=B5=8F=E8=A7=88=E5=99=A8=E4=BA=8B=E4=BB=B6=EF=BC=88?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E9=80=89=E5=8C=BA=E5=BD=93=E6=A1=86=E9=80=89?= =?UTF-8?q?=E5=90=8E=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/style/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/style/index.css b/packages/core/src/style/index.css index b4223b546..12fdfc762 100644 --- a/packages/core/src/style/index.css +++ b/packages/core/src/style/index.css @@ -189,6 +189,7 @@ border: 2px dashed rgba(24, 125, 255, 0.8); box-shadow: 0px 0px 3px 0px rgba(24, 125, 255, 0.5); cursor: move; + pointer-events: none; } .lf-edge-adjust-point { cursor: move;