adopted-ember-addons / ember-sortable

Sortable UI primitives for Ember.js
https://ember-sortable.netlify.app/
MIT License
298 stars 148 forks source link

Horizontal dragging is broken since 5.2.0 #590

Closed BoussonKarel closed 2 weeks ago

BoussonKarel commented 2 weeks ago

Describe the bug When using the horizontal sorting, the value of the translate transform is not calculated correctly.

To Reproduce Steps to reproduce the behavior:

  1. Start up the test app
  2. Go to the Horizontal section
  3. Try it out

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

Additional context Before the bug: image