gleachkr / Carnap-Old

An interactive proof checker that runs in the browser
http://gleachkr.github.io/Carnap/
GNU General Public License v3.0
3 stars 0 forks source link

Limit continous update #30

Open gleachkr opened 9 years ago

gleachkr commented 9 years ago

It'd be good to be able to limit the continuous update of the derivation column and the result box.

For the derivation column, we'd like

for the result box, we'd like

gleachkr commented 9 years ago

You can now pass in various "settings" to the event-watcher, including what HTML elements are going to serve as a derivation column and result box. If you set these to "Nothing", then it won't continuously update. It should be not too hard to add more settings that also implement the update on click behavior.