diff --git a/src/addons/dragAndDrop/withDragAndDrop.js b/src/addons/dragAndDrop/withDragAndDrop.js index 91240c382..fb94e71e4 100644 --- a/src/addons/dragAndDrop/withDragAndDrop.js +++ b/src/addons/dragAndDrop/withDragAndDrop.js @@ -124,6 +124,8 @@ export default function withDragAndDrop(Calendar) { handleInteractionEnd = interactionInfo => { const { action, event } = this.state + if (!action) return + this.setState({ action: null, event: null,