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
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
When reordering items in a list, the following behaviour is applied:
The latter is not correct IMO since it should move the item above when the top of the dragged item crosses the vertical center of the item above.
The following code fixes this behaviour (the topSibling.offsetHeight should also be added in the first if-statement):
The text was updated successfully, but these errors were encountered: