Skip to content

Commit 1fcd09d

Browse files
committed
chore: remote comment
1 parent 24b7327 commit 1fcd09d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/hooks/useScrollDrag.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ export default function useScrollDrag(
9090
ele.ownerDocument.addEventListener('mouseup', onMouseUp);
9191
ele.ownerDocument.addEventListener('mousemove', onMouseMove);
9292

93-
// 添加额外的状态清理事件监听器
9493
ele.ownerDocument.addEventListener('dragstart', onDragStart);
9594
ele.ownerDocument.addEventListener('dragend', clearDragState);
9695

0 commit comments

Comments
 (0)