codecombat / treema

jQuery plugin that generates HTML interfaces to edit JSON data defined by json-schema.
http://codecombat.github.io/treema/
MIT License
152 stars 36 forks source link

Undo redo descriptions #41

Closed jayantj closed 10 years ago

jayantj commented 10 years ago

The last commit is for an issue with BooleanNodes, when an existing boolean node is toggled, or a new boolean node is added, the treema isnt selected, hence tracking the last treema in focus (for the undo-redo descriptions) isnt possible. The tests are passing and everything seems fine, though I might be missing something.