enjalot / blockbuilder

Create, fork and edit d3.js code snippets for use with bl.ocks.org right in the browser, no terminal required.
Other
325 stars 58 forks source link

get back to original value after sliding slider #20

Open zanarmstrong opened 9 years ago

zanarmstrong commented 9 years ago

Often after using a slider I just want to get back to the original value, especially if I'm just using the slider to explore what the value affects visually. But, by the time I stop sliding, I've lost the original value. The only way to get back is to do a ton of "control Z".

Would be nice to have a way to keep track of the original value and easily get back to it. And/or to see the diff and choose if I want the new or old value.

georules commented 9 years ago

This is a similar issue with inlet as it relates to color picker selections https://github.com/enjalot/Inlet/issues/22