diff --git a/mithril.js b/mithril.js index 2c750b29..95b9d0e9 100644 --- a/mithril.js +++ b/mithril.js @@ -599,6 +599,7 @@ var m = (function app(window, undefined) { endFirstComputation(); return controllers[index] } + else computePostRedrawHook = null }; var redrawing = false m.redraw = function(force) {