question: what does colorClassName refers to?
steps to reproduce:
- the following code
LoroExtensions(
this.loroDoc,
{
ephemeral: this.ephemeralStore,
user: {
name: "Loro",
colorClassName: "#7B68EE",
},
},
this.undoManager,
);
steps to fix:
colorClassName: "user2",
problematic behavior:
loro-codemirror to stop functioning silently, without throwing any exception.
- initial contents of the underlying
LoroDoc does not get rendered in EditorView
EditorView does not sync with LoroDoc default sync text
subscribeLocalUpdates never fires with edit in EditorView