Skip to content

Commit 468a950

Browse files
committed
maintain gradual newselection.mode default
1 parent 78f3700 commit 468a950

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/selections/draw_newselection/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
mode: {
99
valType: 'enumerated',
1010
values: ['immediate', 'gradual'],
11-
dflt: 'immediate',
11+
dflt: 'gradual',
1212
editType: 'none',
1313
description: [
1414
'Describes how a new selection is created.',

test/plot-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3473,7 +3473,7 @@
34733473
},
34743474
"mode": {
34753475
"description": "Describes how a new selection is created. If `immediate`, a new selection is created after first mouse up. If `gradual`, a new selection is not created after first mouse. By adding to and subtracting from the initial selection, this option allows declaring extra outlines of the selection.",
3476-
"dflt": "immediate",
3476+
"dflt": "gradual",
34773477
"editType": "none",
34783478
"valType": "enumerated",
34793479
"values": [

0 commit comments

Comments
 (0)