Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hook functions are now called after the reducer #618

Merged
merged 1 commit into from
Jul 5, 2018
Merged

Conversation

alexreardon
Copy link
Collaborator

Fixes #617

@@ -115,15 +117,6 @@ export default class Draggable extends Component<Props> {
this.ref = null;
}

// This should already be handled gracefully in DragHandle.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is already taken care of inside of the drag-handle and the reducer

@alexreardon
Copy link
Collaborator Author

This brings the behaviour back in line with previous versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant