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

Callback support for acceptFrom #646

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

Commits on Jan 22, 2021

  1. Add callback support to acceptFrom

    Add ability for acceptFrom to accept a function returning true/false on whether the currently dragged dom node can be accepted by the sortable
    mike16889 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    2a0efe9 View commit details
    Browse the repository at this point in the history
  2. Callback support for acceptFrom

    Supporting changes for adding callback support to acceptFrom
    mike16889 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    ce0a3b1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from mike16889/patch-3

    Callback support for acceptFrom
    mike16889 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    c21c9cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f4b73e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from mike16889/patch-2

    Patch 2
    mike16889 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    06fd283 View commit details
    Browse the repository at this point in the history
  6. fix for typo

    mike16889 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    379a3cd View commit details
    Browse the repository at this point in the history
  7. fix existing bug?

    mike16889 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    d98c689 View commit details
    Browse the repository at this point in the history