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

Multi-cursor's setCursor causes a local selection-change event #114

Closed
byronm opened this issue May 22, 2014 · 0 comments
Closed

Multi-cursor's setCursor causes a local selection-change event #114

byronm opened this issue May 22, 2014 · 0 comments

Comments

@byronm
Copy link
Contributor

byronm commented May 22, 2014

Calling setCursor on the multi-cursor module to update the position of a remote cursor triggers a selection-change event with source user. To reproduce:

  1. Type multiple lines into quill
  2. Have client A's cursor on line 0, client B's cursor on line 1
  3. On clientB, call setCursor, placing client A's cursor on line 1

This causes a local selection-change event on client B, even though client B's actual cursor did not move.

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

No branches or pull requests

1 participant