diff --git a/src/components/selections/select.js b/src/components/selections/select.js index eb20f71973c..b0d76a1b24f 100644 --- a/src/components/selections/select.js +++ b/src/components/selections/select.js @@ -456,7 +456,7 @@ function prepSelect(evt, startX, startY, dragOptions, mode) { } } - Fx.click(gd, evt); + Fx.click(gd, evt, plotinfo.id); }).catch(Lib.error); };