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,5 +1,5 @@
import { prosemirrorToYDoc } from "@getoutline/y-prosemirror";
import { Node, Fragment } from "prosemirror-model";
import { prosemirrorToYDoc } from "y-prosemirror";
import * as Y from "yjs";
import embeds from "@shared/editor/embeds";
import { parser, schema } from "@server/editor";