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
Hi! I am trying to clear a remote user's cursor position using CursorEditor.sendCursorPosition(editor, null). This is similar to the approach taken in useUnsetCursorPositionOnBlur (which also does not work). I am trying to remove a user's cursor if the slate editor is blurred. I see no errors or warnings in the console. It doesn't work. The problem, I think, lies in the sendCursorPosition function.
The text was updated successfully, but these errors were encountered:
Hi! I am trying to clear a remote user's cursor position using
CursorEditor.sendCursorPosition(editor, null)
. This is similar to the approach taken inuseUnsetCursorPositionOnBlur
(which also does not work). I am trying to remove a user's cursor if the slate editor is blurred. I see no errors or warnings in the console. It doesn't work. The problem, I think, lies in thesendCursorPosition
function.The text was updated successfully, but these errors were encountered: