We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.6.2
http://jsfiddle.net/rrrgye4u/
'selection:changed'
'selection:changed' should fire only once per each cursor position change.
'selection:changed' event fires twice per each cursor position change.
The text was updated successfully, but these errors were encountered:
yes i think somewhere we call setSelectionStart and setSelectionEnd togheter.
Sorry, something went wrong.
i checked all selection:changed events and made some changes. Would you give a check again?
It seems to be working fine now. Thanks!
Successfully merging a pull request may close this issue.
Version
1.6.2
Test Case
http://jsfiddle.net/rrrgye4u/
Steps to reproduce
'selection:changed'
event fires twice each time.Expected Behavior
'selection:changed'
should fire only once per each cursor position change.Actual Behavior
'selection:changed'
event fires twice per each cursor position change.The text was updated successfully, but these errors were encountered: