Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only update field value when touchstart/mousedown. #3

Merged
merged 2 commits into from
Jun 7, 2018

Conversation

christianmagill
Copy link
Contributor

This solves the issue with the field value being updated without a touch occurring. After closer inspection, I believe the changes were being triggered by "mouseleave" which, while important to signify a possible end of writing, doesn't indicate on it's own that writing has occurred.

This solves the issue with the field value being updated without a touch occurring. After closer inspection, I believe the changes were being triggered by "mouseleave" which, while important to signify a possible end of writing, doesn't indicate on it's own that writing has occurred.
Only update field value when touchstart/mousedown.
@JamesParkNINJA JamesParkNINJA merged commit eacb4f2 into JamesParkNINJA:master Jun 7, 2018
@JamesParkNINJA
Copy link
Owner

Thanks very much @christianmagill

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants