Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44dec73 commit d99b44bCopy full SHA for d99b44b
src/components/shapes/attributes.js
@@ -256,7 +256,8 @@ module.exports = templatedArray('shape', {
256
editType: 'calc+arraydraw',
257
description: [
258
'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'
+ 'Has no effect when the older editable shapes mode is enabled via',
260
+ '`config.editable` or `config.edits.shapePosition`.'
261
].join(' ')
262
},
263
0 commit comments