This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-05
Channels
- # adventofcode (138)
- # announcements (1)
- # babashka (4)
- # beginners (71)
- # biff (2)
- # calva (7)
- # cider (20)
- # clj-kondo (4)
- # cljsrn (4)
- # clojure (36)
- # clojure-europe (37)
- # clojure-nl (2)
- # clojure-norway (27)
- # clojure-portugal (1)
- # clojure-uk (4)
- # clojurescript (8)
- # emacs (3)
- # graphql (1)
- # hugsql (4)
- # humbleui (6)
- # hyperfiddle (1)
- # jobs-discuss (18)
- # joyride (2)
- # malli (17)
- # meander (7)
- # membrane (8)
- # off-topic (16)
- # pathom (14)
- # portal (4)
- # rdf (36)
- # reitit (4)
- # releases (2)
- # remote-jobs (1)
- # scittle (15)
- # shadow-cljs (13)
- # tools-deps (40)
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…
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.