Skip to content

Commit a8c7fa8

Browse files
committed
revise description
1 parent 6423737 commit a8c7fa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/plot_api/plot_config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ var configAttributes = {
117117
editSelection: {
118118
valType: 'boolean',
119119
dflt: true,
120-
description: 'Disables moving selections.'
120+
description: 'Enables moving selections.'
121121
},
122122

123123
autosizable: {

Diff for: test/plot-schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
}
201201
},
202202
"editSelection": {
203-
"description": "Disables moving selections.",
203+
"description": "Enables moving selections.",
204204
"dflt": true,
205205
"valType": "boolean"
206206
},

0 commit comments

Comments
 (0)