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
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:
Type multiple lines into quill
Have client A's cursor on line 0, client B's cursor on line 1
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.
The text was updated successfully, but these errors were encountered:
Calling
setCursor
on the multi-cursor module to update the position of a remote cursor triggers aselection-change
event with sourceuser
. To reproduce:setCursor
, placing client A's cursor on line 1This causes a local
selection-change
event on client B, even though client B's actual cursor did not move.The text was updated successfully, but these errors were encountered: