Skip to content

Commit

Permalink
feat(dataZoom): change moveHandler cursor icon to move
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirompl authored Aug 28, 2024
1 parent 52e4006 commit 509be24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/dataZoom/SliderZoomView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ class SliderZoomView extends DataZoomView {

actualMoveZone.attr({
draggable: true,
cursor: getCursor(this._orient),
cursor: 'move',
drift: bind(this._onDragMove, this, 'all'),
ondragstart: bind(this._showDataInfo, this, true),
ondragend: bind(this._onDragEnd, this),
Expand Down

0 comments on commit 509be24

Please sign in to comment.