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

sortable: Use addClass in _setHandleClassName to improve performance #2063

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 31, 2022

  1. sortable: Use addClass in _setHandleClassName to improve performance

    This addresses jquery#2062 and is relevant for large lists with more than 1000 items.
    The solution to the issue was suggested at
    https://stackoverflow.com/a/46925710/1119601 (credits to @Ernst).
    
    At the end this commit restores the function's behaviour of previous 1.11.x
    version.
    stollr committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    7e7a6c4 View commit details
    Browse the repository at this point in the history