Skip to content

Commit 3c40c41

Browse files
committed
crosshair it is
1 parent 1958475 commit 3c40c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modebar/buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ var DRAGCURSORS = {
201201
pan: 'move',
202202
zoom: 'crosshair',
203203
select: 'crosshair',
204-
lasso: 'crosshair' // TODO: better cursors for select and lasso?
204+
lasso: 'crosshair'
205205
};
206206

207207
function handleCartesian(gd, ev) {

0 commit comments

Comments
 (0)