Skip to content

Commit

Permalink
improve doubleClickDelay description
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Jul 22, 2019
1 parent 505e6e8 commit 1415344
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plot_api/plot_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ var configAttributes = {
description: [
'Sets the delay for registering a double-click in ms.',
'This is the time interval (in ms) between first mousedown and',
'2nd mouseup to constitute a double-click.'
'2nd mouseup to constitute a double-click.',
'This setting propagates to all on-subplot double clicks',
'(except for geo and mapbox) and on-legend double clicks.'
].join(' ')
},

Expand Down

0 comments on commit 1415344

Please sign in to comment.