Helper/Item Intersection checking should not occur if the helper is not inside of a container
It appears that the code that kicks off helper and item intersection checking engages even when the helper is outside of a container. Performance would be improved if the container intersection check is performed first in the _mouseDrag function and the currentContainer variable (potentially innermostContainer as well) is immediately set to null if no intersection is found. Scrolling and rearrangement of the placeholder via item loop can then be bypassed accordingly.
Change History (2)
Owner: |
set to Scott González
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
In c866e45: