nevermind, got it working by creating my own version of draggable and Draggable
I’ve made a PR: https://github.com/HumbleUI/HumbleUI/pull/54. This is one of my first PR’s to a public project like this, so let me know if I should change something.
Thanks, I’ll take a look!
Is it compatible? Do you want to contribute it to Humble UI? I think it could be a nice addition
I was a bit overconfident, because my version seems to have a weird heisen-bug in it. I added some callbacks (`on-dragging` and on-drop ) that work fine when using most functions as the passed in callback. However, when passing a callback function that uses swap!, sometimes the drag-and-drop doesn’t work anymore. Haven’t been able to fix it yet so far…
If I get it fixed I’ll let you know