Skip to content

Commit 1415344

Browse files
committed
improve doubleClickDelay description
1 parent 505e6e8 commit 1415344

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/plot_api/plot_config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ var configAttributes = {
179179
description: [
180180
'Sets the delay for registering a double-click in ms.',
181181
'This is the time interval (in ms) between first mousedown and',
182-
'2nd mouseup to constitute a double-click.'
182+
'2nd mouseup to constitute a double-click.',
183+
'This setting propagates to all on-subplot double clicks',
184+
'(except for geo and mapbox) and on-legend double clicks.'
183185
].join(' ')
184186
},
185187

0 commit comments

Comments
 (0)