Closed mkszepp closed 3 months ago
Name | Link |
---|---|
Latest commit | 5d5826874765ed3b3e1413596a051642e36ba557 |
Latest deploy log | https://app.netlify.com/sites/ember-sortable/deploys/66adee007e4d240008518817 |
@NullVoxPopuli its possible but i think the better way should be to move the addon to TS, so the errors are already visibile while developing :) i'm sure that we find also other errors like this
@NullVoxPopuli test added
In our app we have seen that when we have only one item we are running into error
TypeError: items[0] is undefined
this is caused, because thefilter
returns possible a empty arrayThe bug was introduced by adding direction
grid
https://github.com/adopted-ember-addons/ember-sortable/pull/560Workaround in our app (since this bugfix landes) is to add
disabled
on group