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.
2 parents 9661032 + c8e32f5 commit be63235Copy full SHA for be63235
src/lib/items/Item.js
@@ -237,7 +237,7 @@ export default class Item extends Component {
237
this.props.selected && (this.canResizeLeft() || this.canResizeRight())
238
})
239
.draggable({
240
- enabled: this.props.selected
+ enabled: this.props.selected && this.canMove()
241
242
.styleCursor(false)
243
.on('dragstart', e => {
0 commit comments