Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d99b44b

Browse files
committed
update shape.editable description
1 parent 44dec73 commit d99b44b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/shapes/attributes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ module.exports = templatedArray('shape', {
256256
editType: 'calc+arraydraw',
257257
description: [
258258
'Determines whether the shape could be activated for edit or not.',
259-
'Please note that setting to *false* has no effect in case `config.editable` is set to true'
259+
'Has no effect when the older editable shapes mode is enabled via',
260+
'`config.editable` or `config.edits.shapePosition`.'
260261
].join(' ')
261262
},
262263

0 commit comments

Comments
 (0)