fix the 'crapstorm' bug

pull/1/head
ansuz 2016-02-01 19:41:55 +01:00
parent ed03a48092
commit e220113e98
1 changed files with 3 additions and 1 deletions
www/vdom

View File

@ -54,7 +54,9 @@ define([
var vdom2 = Convert.hjson.to.vdom(authDoc);
var patches = Vdom.diff(vdom1, vdom2);
Vdom.patch(inner, patches);
vdom1 = vdom2;
// try resyncing the dom?
vdom1 = Convert.dom.to.vdom(inner);
// vdom1 = vdom2;
};
window.rti = realtimeInput.start($textarea[0],