From 3f002ce2ee2fb2dffb05429c305d821118ca838d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Thu, 12 Dec 2024 09:18:31 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E5=A2=9E=E5=8A=A0=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E5=AE=BD=E5=BA=A6=E6=8B=96=E6=8B=BD=E6=89=8B=E6=9F=84?= =?UTF-8?q?=E7=9A=84=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simple-mind-map/src/core/render/node/nodeModifyWidth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-mind-map/src/core/render/node/nodeModifyWidth.js b/simple-mind-map/src/core/render/node/nodeModifyWidth.js index 2363366c..734fea55 100644 --- a/simple-mind-map/src/core/render/node/nodeModifyWidth.js +++ b/simple-mind-map/src/core/render/node/nodeModifyWidth.js @@ -8,7 +8,7 @@ function initDragHandle() { // 拖拽手柄元素 this._dragHandleNodes = null // 手柄元素的宽度 - this.dragHandleWidth = 2 + this.dragHandleWidth = 4 // 鼠标按下时的x坐标 this.dragHandleMousedownX = 0 // 鼠标是否处于按下状态