chore: Move to fork of y-prosemirror, new fixes and exposing updateYFragment method

This commit is contained in:
Tom Moor
2022-03-03 21:53:42 -08:00
parent 6dab8ead8e
commit d2848c9000
5 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
import { yDocToProsemirrorJSON } from "@getoutline/y-prosemirror";
import invariant from "invariant";
import { uniq } from "lodash";
import { Node } from "prosemirror-model";
import { yDocToProsemirrorJSON } from "y-prosemirror";
import * as Y from "yjs";
import { schema, serializer } from "@server/editor";
import { Document, Event } from "@server/models";