amilner42 / code-tidbit

Share Programming Knowledge Better
GNU General Public License v3.0
9 stars 1 forks source link

Textareas/Inputs have cursor skip #174

Closed amilner42 closed 7 years ago

amilner42 commented 7 years ago

Implement solution discussed with Corey.

(don't update value until onBlur so cursor doesn't skip. Also make sure that the value we save to localStorage is always the buffer so when it reloads it we don't have it out of date).