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

Adding ability to control state from refs during onDrag #577

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2021

  1. Allow onDrag to return controlled boolean

    This is useful when you need to manage setState from refs
    bluematter committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    e5f09c7 View commit details
    Browse the repository at this point in the history
  2. Enable onDrag to return controlled boolean

    When controlling state from refs return before state gets set inside handleDrag
    bluematter committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    bef7050 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. update typings module name

    bokuweb committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    ba2d0d2 View commit details
    Browse the repository at this point in the history