Skip to content

Commit c3481d1

Browse files
committed
op
1 parent d6881d4 commit c3481d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scale.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function scaleWheel(oe: WheelEvent, handler: types.TScaleHandler): void {
5050
}
5151

5252
/**
53-
* --- 绑定指针缩放/拖动,只需绑定到 pointerdown 事件上,其他事件自动绑定并在结束后自动移除 ---
53+
* --- 绑定指针缩放/拖动,只需绑定到 pointerdown、或 wheel 事件(也可同时绑定)上,其他事件自动绑定并在结束后自动移除 ---
5454
* @param oe 触发的 PointerEvent 事件
5555
* @param handler 回调函数
5656
*/

0 commit comments

Comments
 (0)