Kado

Results 3 comments of Kado

I managed to reproduce it here: https://ember-twiddle.com/78875ceb8f9ea82e63026ec71727d6d6?openFiles=tests.acceptance.my-acceptance-test.js%2C Change the test to use `drag('mouse', '.sortable-item:first-child', () => ({dx: 0, dy: 30}));` after removing the `handle` prop inside `{{#sortable-item}}` - it will...

CSS transitions leading to elements not being sorted is probably the bigger issue here 😅 I can't bump it to 1.12.4 because I think it needs ember-cli-babel > 5.5 (which...

Hi @vitalbone, thanks for a great issue report. We included this issue in our team's backlog but I cannot promise about fix dates. We will add a comment when we...