Skip to content

Commit b1a1c24

Browse files
committed
clear hover when drag starts
1 parent 07e5cef commit b1a1c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plots/cartesian/graph_interact.js

+1
Original file line numberDiff line numberDiff line change
@@ -1377,6 +1377,7 @@ function dragBox(gd, plotinfo, x, y, w, h, ns, ew) {
13771377
yaxes: ya,
13781378
doubleclick: doubleClick,
13791379
prepFn: function(e, startX, startY) {
1380+
fx.unhover(gd); // we want a clear plot for dragging
13801381
var dragModeNow = gd._fullLayout.dragmode;
13811382
if(ns + ew === 'nsew') {
13821383
// main dragger handles all drag modes, and changes

0 commit comments

Comments
 (0)