Fork me on GitHub
#hoplon
<
2018-01-14
>
flyboarder01:01:39

We forward all the :hoplon/* internal calls to hl! which implements the logic, this allows external libs to override internal parts of Hoplon

flyboarder02:01:11

@thedavidmeister alternatively you could do something like

(defmethod on! :dnd/*
  [elem key fn]
  (on! elem (keyword (name key)) fn))

thedavidmeister09:01:33

@flyboarder cheers, i'll check that out in a bit

thedavidmeister14:01:47

wish that worked

thedavidmeister15:01:23

oh, it was just :html (j/cell= (js/marked c)) using [cljsjs/marked "0.3.5-1"] lol