cdglabs / apparatus

A hybrid graphics editor and programming environment for creating interactive diagrams.
http://aprt.us/
MIT License
1.03k stars 58 forks source link

add double click to end scrubbing #57

Closed zindlerb closed 8 years ago

zindlerb commented 8 years ago

This pr adds a double click event that ends the scrubbing behavior and sets the cursor inside the number being clicked on. Right now there is no way to click inside a number expression that is being scrubbed. The only way to edit it is to click around it and then use the arrow keys to edit it.

mngxnztokg

joshuahhh commented 8 years ago

Looks and works great. Thanks!