Skip to content

Commit 61b1a32

Browse files
committed
Add 'none' as an extra flag to clickmode [1852]
1 parent 60317b1 commit 61b1a32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/fx/layout_attributes.js

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
flags: ['event', 'select'],
2525
dflt: 'event',
2626
editType: 'plot',
27+
extras: ['none'],
2728
description: [
2829
'Determines the mode of single click interactions.',
2930
'*event* is the default value and emits the `plotly_click`',

0 commit comments

Comments
 (0)