You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansuz aa6bbabc62 prototype a vdom-based markdown editor
avoid unnecessary redraws.

discover a bug, apparently vdom replaces all child elements after an
element which was modified.

As such, changing b in [a, b, c, d] causes b, c, and d to be redrawn.
This is undesirable.
9 years ago
..
index.html prototype a vdom-based markdown editor 9 years ago
main.js prototype a vdom-based markdown editor 9 years ago
realtime-input.js prototype a vdom-based markdown editor 9 years ago