diff --git a/www/vdom/main.js b/www/vdom/main.js index 30c405345..4ac432141 100644 --- a/www/vdom/main.js +++ b/www/vdom/main.js @@ -73,7 +73,9 @@ define([ // pass in the cursorState so we don't try to recover nodes // which weren't lost to begin with - cursor.recover(cursorState); + // TODO recover doesn't handle its arguments correctly + // so for now just pass in 3 :( + cursor.recover(3||cursorState); cursorState = cursor.isLost(); if (cursorState) {