You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support horizontal sorting in sortable transform algorithm.
The new approach directly uses target droppable layout
positions in order to calculate sorted transforms (which
is more flexible and simpler).
Note: Requires sorted items to be the same size to avoid
odd visual behaviour as items are not currently scaled at
all (though that may be implemented in future). This was
also true of the previous algorithm.
0 commit comments