Well, it was a naive approach. ^_^ As for events inside the contenteditable div, I have no idea but what kind of events do you want to handle in this kind of a scenario?
On Tue, Aug 30, 2016 at 5:11 PM, Vincent Jousse <[email protected]> wrote: > Thanks, but I would not say that it's "working" as it seems that the > cursor position is reset after each event, causing the text to be written > from right to left :-) > > It's seems related to this issue: https://github.com/elm-lang/ > virtual-dom/issues/23 > > And with this approach (storing a string), how could I trigger events on > the HTML inside the contenteditable div? > > -- There is NO FATE, we are the creators. blog: http://damoc.ro/ -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
