humbleui

jlmr 2022-12-05T11:09:31.927079Z

nevermind, got it working by creating my own version of draggable and Draggable

jlmr 2022-12-06T17:49:48.785049Z

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.

Niki 2022-12-06T20:49:51.270909Z

Thanks, I’ll take a look!

Niki 2022-12-05T16:10:10.621509Z

Is it compatible? Do you want to contribute it to Humble UI? I think it could be a nice addition

jlmr 2022-12-05T17:28:17.193119Z

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…

jlmr 2022-12-05T17:28:27.821219Z

If I get it fixed I’ll let you know