Skip to content

Commit 671cd0a

Browse files
committed
do not set max for doubleClickDelay + improve description
1 parent 4054c28 commit 671cd0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/plot_api/plot_config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,10 @@ var configAttributes = {
176176
valType: 'number',
177177
dflt: 300,
178178
min: 0,
179-
max: 1000,
180179
description: [
181-
'Sets the delay for registering a doubleclick in ms'
180+
'Sets the delay for registering a double-click in ms.',
181+
'This is the time interval (in ms) between first mousedown and',
182+
'2nd mouseup to constitute a double-click.'
182183
].join(' ')
183184
},
184185

0 commit comments

Comments
 (0)