Feat:增加节点宽度拖拽手柄的大小
This commit is contained in:
parent
78a242faff
commit
3f002ce2ee
@ -8,7 +8,7 @@ function initDragHandle() {
|
||||
// 拖拽手柄元素
|
||||
this._dragHandleNodes = null
|
||||
// 手柄元素的宽度
|
||||
this.dragHandleWidth = 2
|
||||
this.dragHandleWidth = 4
|
||||
// 鼠标按下时的x坐标
|
||||
this.dragHandleMousedownX = 0
|
||||
// 鼠标是否处于按下状态
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user