Collab plugin is not triggering updates #1182
Unanswered
allan-maeots
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a reason why Collab plugin does not trigger listeners (updated / markdownUpdated) when another user alters the document?
This works when using YJS with CodeMirror for example (
EditorView.updateListener.of((viewUpdate) => { ...
) so the listener is triggered every time no matter who types something.Beta Was this translation helpful? Give feedback.
All reactions