Skip to content

Commit

Permalink
deploy: 0655766
Browse files Browse the repository at this point in the history
  • Loading branch information
antmicrobot committed Jul 2, 2024
1 parent d6cc2c7 commit 1db4a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MystEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -26396,7 +26396,7 @@ const q7 = `<svg xmlns="http://www.w3.org/2000/svg" width="15" height="20" viewB
}, [m]), Pt(() => {
if (i.enabled && !g || c.current || m)
return;
i.enabled && t.set(d.toString()), t.readyToRender();
(d == null ? void 0 : d.toString().length) === 0 && t.get().length > 0 && (console.warn("[Collaboration] Remote state is empty, overriding with local state"), d.insert(0, t.get())), i.enabled && t.set(d.toString()), t.readyToRender();
const b = ne.create({
doc: i.enabled ? d.toString() : t.get(),
extensions: Lr.basicSetup().useHighlighter(o).useSpellcheck(s).useCollaboration({
Expand Down

0 comments on commit 1db4a41

Please sign in to comment.