Change interval of doubleclick event in plotly R Shiny

Hi,
Is there a way to increase the time interval setting for double click event in plotly? When I try to deselect using box select(double click on the graph to deselect), I have to double click fast enough to make the dash-lined selection box on the graph disappear, however oddly when I actually printed the selected data at the same time, the slower double clicking will deselect the data, but the dash-lined selection box are still there.
Does anyone has the same problem as me?

R version 3.5.1 (2018-07-02)
shiny_1.2.0
plotly_4.8.0
ggplot2_3.0.0

Thanks,
Yu

1 Like