Skip to content

Commit

Permalink
feat(dataZoom): change moveHandler cursor icon to default
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirompl authored Aug 30, 2024
1 parent 509be24 commit 7fe6fa2
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: 'move',
cursor: 'default',
drift: bind(this._onDragMove, this, 'all'),
ondragstart: bind(this._showDataInfo, this, true),
ondragend: bind(this._onDragEnd, this),
Expand Down

0 comments on commit 7fe6fa2

Please sign in to comment.