Redraw New Question
-
How to force Mithril to redraw without diffing? (i
I am translating a JQuery-based app to Mithril. That app uses Dragula to allow drag/drop to reorder lists.Dragula reorders the li elements in the DOM. When the Drop event is fired, I sync the model ......