Skip to content

Commit c1d4671

Browse files
authored
Merge pull request #6724 from lvlte/plotly_click-with-select-dragmode
Emit plotly_click event on touchscreens with "select" dragmode
2 parents 96254ca + ab0ddec commit c1d4671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/selections/select.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ function prepSelect(evt, startX, startY, dragOptions, mode) {
456456
}
457457
}
458458

459-
Fx.click(gd, evt);
459+
Fx.click(gd, evt, plotinfo.id);
460460
}).catch(Lib.error);
461461
};
462462

0 commit comments

Comments
 (0)