You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wow that is odd... to be 100% honest I had no idea that restrictInput would remove blocks of letters like that LOL. And I think that is where the problem is located. I'll try to dig into the code more tonight. Thanks!
Ok, now it's working... I think it's sort of a bonus that if the caret is in the middle of a word like c|os and you press sin, the cos gets replaced with sin.
With a key such as "sin" backspace jumbles the characters of the preceding string. E.g. pressing:
sin sin {b}
result in
nsi
http://jsfiddle.net/edarnell/pqvkbckd/21/
The text was updated successfully, but these errors were encountered: